DicomObjects.NET.8.48 Documentation
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 System.Drawing.RectangleF
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.RectangleF
     
    instance.Area = value
     
    value = instance.Area
    Remarks
    Coordinates of the corner points are returned as Floating numbers.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also