VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomPointAnnotationView Class / GetRectangle(Double,Double,Double,Double) Method
Syntax Requirements SeeAlso
    GetRectangle(Double,Double,Double,Double) Method (DicomPointAnnotationView)
    Returns a rectangle of interactive object.
    Syntax
    'Declaration
    
    Public Sub GetRectangle( _
    ByRef x0
    Left-top X coordinate of rectangle.
    As Double, _
    ByRef y0
    Left-top Y coordinate of rectangle.
    As Double, _
    ByRef x1
    Right-bottom X coordinate of rectangle.
    As Double, _
    ByRef y1
    Right-bottom Y coordinate of rectangle.
    As Double _
    )
     

    Parameters

    x0
    Left-top X coordinate of rectangle.
    y0
    Left-top Y coordinate of rectangle.
    x1
    Right-bottom X coordinate of rectangle.
    y1
    Right-bottom Y coordinate of rectangle.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also