DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / DisplaySize Method / DisplaySize(SKMatrix) Method
The transformation to apply to the original image size.



In This Topic
    DisplaySize(SKMatrix) Method
    In This Topic
    The display size in output coordinates
    Syntax
    'Declaration
     
    
    Public Overloads Function DisplaySize( _
       ByVal skMatrix As SkiaSharp.SKMatrix _
    ) As SkiaSharp.SKSizeI
    'Usage
     
    
    Dim instance As DicomImage
    Dim skMatrix As SkiaSharp.SKMatrix
    Dim value As SkiaSharp.SKSizeI
     
    value = instance.DisplaySize(skMatrix)
    public SkiaSharp.SKSizeI DisplaySize( 
       SkiaSharp.SKMatrix skMatrix
    )
    public:
    SkiaSharp.SKSizeI DisplaySize( 
       SkiaSharp.SKMatrix skMatrix
    ) 

    Parameters

    skMatrix
    The transformation to apply to the original image size.

    Return Value

    The transformed SKSizeI
    Remarks
    This method takes the user provided Matrix, perform Transformation on the Image and returns the Image display size in output (normally screen) coordinates.
    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