DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / Area Property

In This Topic
    Area Property (DicomLabel)
    In This Topic
    The 4 edges of the rectangle area of the DicomLabel
    Syntax
    'Declaration
     
    
    Public Property Area As System.Drawing.RectangleF
    public System.Drawing.RectangleF Area {get; set;}
    Remarks
    Coordinates of the corner points are returned as Floating numbers.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also