DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / RenderedSize Property



In This Topic
    RenderedSize Property
    In This Topic
    Returns the Image display size in output (normally screen) coordinates
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property RenderedSize As SkiaSharp.SKSizeI
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As SkiaSharp.SKSizeI
     
    value = instance.RenderedSize
    public virtual SkiaSharp.SKSizeI RenderedSize {get;}
    public:
    virtual property SkiaSharp.SKSizeI RenderedSize {
       SkiaSharp.SKSizeI get();
    }
    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