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
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Drawing.RectangleF
     
    instance.Area = value
     
    value = instance.Area
    public virtual System.Drawing.RectangleF Area {get; set;}
    public read-write property Area: System.Drawing.RectangleF; virtual; 
    public function get,set Area : System.Drawing.RectangleF
    public: __property virtual System.Drawing.RectangleF get_Area();
    public: __property virtual void set_Area( 
       System.Drawing.RectangleF value
    );
    public:
    virtual property System.Drawing.RectangleF Area {
       System.Drawing.RectangleF get();
       void set (    System.Drawing.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.8 or higher

    See Also