DicomObjects.NET.V8
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 RectangleF
    'Usage
     
    Dim instance As DicomImage
    Dim value As RectangleF
     
    instance.Area = value
     
    value = instance.Area
    public virtual RectangleF Area {get; set;}
    public:
    virtual property RectangleF Area {
       RectangleF get();
       void set (    RectangleF 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: .NET CLR 4.0 or higher

    See Also