DicomObjects.NET.V8
DicomObjects Namespace / DicomImageCurvedMPR Class / RenderedSize Property



In This Topic
    RenderedSize Property (DicomImageCurvedMPR)
    In This Topic
    Returns the Image display size in output (normally screen) coordinates
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property RenderedSize As Size
    'Usage
     
    Dim instance As DicomImageCurvedMPR
    Dim value As Size
     
    value = instance.RenderedSize
    public override Size RenderedSize {get;}
    public:
    property Size RenderedSize {
       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.0 or higher

    See Also