DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / RenderedSize Property



In This Topic
    RenderedSize Property (DicomImage3D)
    In This Topic
    Gets the rendered size of the 3D image.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property RenderedSize As SkiaSharp.SKSizeI
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As SkiaSharp.SKSizeI
     
    value = instance.RenderedSize
    public override SkiaSharp.SKSizeI RenderedSize {get;}
    public:
    property SkiaSharp.SKSizeI RenderedSize {
       SkiaSharp.SKSizeI get() override;
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also