DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Area Property



    Area Property (DicomImage)
    The display area of DicomImage
    Syntax
    'Declaration
     
    Public Overridable Property Area As RectangleF
     
    'Usage
     
    Dim instance As DicomImage
    Dim value As RectangleF
     
    instance.Area = value
     
    value = instance.Area
    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.0 or higher

    See Also