DicomObjects.NET.8.48 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 System.Drawing.RectangleF
    public virtual System.Drawing.RectangleF Area {get; set;}
    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: .NET CLR 4.8 or higher

    See Also