DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / RenderedSize Property






In This Topic
    RenderedSize Property (DicomImage3D)
    In This Topic
    Returns the Image display size in output (normally screen) coordinates
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property RenderedSize As System.Drawing.Size
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As System.Drawing.Size
     
    value = instance.RenderedSize
    public override System.Drawing.Size RenderedSize {get;}
    public read-only property RenderedSize: System.Drawing.Size; override; 
    public override function get RenderedSize : System.Drawing.Size
    public: __property System.Drawing.Size get_RenderedSize() override;
    public:
    property System.Drawing.Size RenderedSize {
       System.Drawing.Size get() override;
    }
    Remarks
    For 3D images, the size is the maximum of the 3 dimensions of the volume, squared.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also