DicomObjects.NetStandard Documentation
DicomObjects.Codecs Namespace / DicomCodecBaseArguments Class / Size Property



In This Topic
    Size Property (DicomCodecBaseArguments)
    In This Topic
    The size of the image (pixels x pixels)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As SkiaSharp.SKSizeI
    'Usage
     
    
    Dim instance As DicomCodecBaseArguments
    Dim value As SkiaSharp.SKSizeI
     
    value = instance.Size
    public SkiaSharp.SKSizeI Size {get;}
    public:
    property SkiaSharp.SKSizeI Size {
       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