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
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.RectangleF
     
    value = instance.BoundingBox
    public System.Drawing.RectangleF BoundingBox {get;}
    public read-only property BoundingBox: System.Drawing.RectangleF; 
    public function get BoundingBox : System.Drawing.RectangleF
    public: __property System.Drawing.RectangleF get_BoundingBox();
    public:
    property System.Drawing.RectangleF BoundingBox {
       System.Drawing.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.8 or higher

    See Also