DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / Size Property






In This Topic
    Size Property (DicomImage)
    In This Topic
    The dimensions of the image
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As System.Drawing.Size
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Drawing.Size
     
    value = instance.Size
    public System.Drawing.Size Size {get;}
    public read-only property Size: System.Drawing.Size; 
    public function get Size : System.Drawing.Size
    public: __property System.Drawing.Size get_Size();
    public:
    property System.Drawing.Size Size {
       System.Drawing.Size get();
    }
    Remarks
    This property provides access to the horizontal (Size.Width) and vertical dimensions (Size.Height) of the image. Dimensions are 32-bit Integers.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also