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



In This Topic
    BoundingBox Property
    In This Topic
    Area that encloses the label as displayed
    Syntax
    'Declaration
     
    Public ReadOnly Property BoundingBox As RectangleF
    'Usage
     
    Dim instance As DicomLabel
    Dim value As RectangleF
     
    value = instance.BoundingBox
    public RectangleF BoundingBox {get;}
    public:
    property RectangleF BoundingBox {
       RectangleF get();
    }
    Remarks
    For labels of type Polygon and PolyLine this return the bounding box of the Points collection, but for other labels, it returns the same as Area
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also