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






    BoundingBox Property
    Area that encloses the label as displayed
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BoundingBox As System.Drawing.RectangleF
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.RectangleF
     
    value = instance.BoundingBox
    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