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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also