DicomObjects.NET.V8
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 RectangleF
    'Usage
     
    Dim instance As DicomLabel
    Dim value As RectangleF
     
    instance.Area = value
     
    value = instance.Area
    public RectangleF Area {get; set;}
    public:
    property RectangleF Area {
       RectangleF get();
       void set (    RectangleF value);
    }
    Remarks
    Coordinates of the corner points are returned as Floating numbers.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also