DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabel Class / Area Property



In This Topic
    Area Property (DicomLabel)
    In This Topic
    The 4 edges of the SKRectI area of the DicomLabel
    Syntax
    'Declaration
     
    
    Public Property Area As SkiaSharp.SKRect
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As SkiaSharp.SKRect
     
    instance.Area = value
     
    value = instance.Area
    public SkiaSharp.SKRect Area {get; set;}
    public:
    property SkiaSharp.SKRect Area {
       SkiaSharp.SKRect get();
       void set (    SkiaSharp.SKRect value);
    }
    Remarks
    Coordinates of the corner points are returned as Floating numbers.
    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