DicomObjects.NET.8.48 Documentation
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 System.Drawing.RectangleF
    public System.Drawing.RectangleF BoundingBox {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.8 or higher

    See Also