DicomObjects.NET8 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 SkiaSharp.SKRect
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As SkiaSharp.SKRect
     
    value = instance.BoundingBox
    public SkiaSharp.SKRect BoundingBox {get;}
    public:
    property SkiaSharp.SKRect BoundingBox {
       SkiaSharp.SKRect get();
    }
    Remarks
    For labels of type Polygon and PolyLine this returns the bounding box of the Points collection, but for other labels, it returns the same as Area
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also