DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / Area Property



    Area Property (DicomLabel)
    The 4 edges of the rectangle area of the DicomLabel
    Syntax
    'Declaration
     
    Public Property Area As RectangleF
     
    'Usage
     
    Dim instance As DicomLabel
    Dim value As RectangleF
     
    instance.Area = value
     
    value = instance.Area
    Remarks
    Coordinates of the corner points are returned as Floating numbers.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also