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



BoundingBox Property
Area that encloses the label as displayed
Syntax
public RectangleF BoundingBox {get;}
public:
property RectangleF BoundingBox {
   RectangleF get();
}
'Declaration
 
Public ReadOnly Property BoundingBox As RectangleF
 
'Usage
 
Dim instance As DicomLabel
Dim value As 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 3.5 or higher

See Also