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



In This Topic
    Area Property (DicomImage)
    In This Topic
    The display area of DicomImage
    Syntax
    'Declaration
     
    
    Public Overridable Property Area As SkiaSharp.SKRect
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As SkiaSharp.SKRect
     
    instance.Area = value
     
    value = instance.Area
    public virtual SkiaSharp.SKRect Area {get; set;}
    public:
    virtual property SkiaSharp.SKRect Area {
       SkiaSharp.SKRect get();
       void set (    SkiaSharp.SKRect value);
    }
    Remarks
    If set to a non-empty value, this property overrides the normal placement of images in the Rows x Columns grid in the DicomViewer by specifying the abolute position and size of the image in the viewer.
    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