DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / Matrix(SKSize) Method
The size used for calculations



In This Topic
    Matrix(SKSize) Method
    In This Topic
    Matrix specifying how the image is displayed onto display of the stated size
    Syntax
    'Declaration
     
    
    Public Function Matrix( _
       ByVal OutputSize As SkiaSharp.SKSize _
    ) As SkiaSharp.SKMatrix
    'Usage
     
    
    Dim instance As DicomImage
    Dim OutputSize As SkiaSharp.SKSize
    Dim value As SkiaSharp.SKMatrix
     
    value = instance.Matrix(OutputSize)
    public SkiaSharp.SKMatrix Matrix( 
       SkiaSharp.SKSize OutputSize
    )
    public:
    SkiaSharp.SKMatrix Matrix( 
       SkiaSharp.SKSize OutputSize
    ) 

    Parameters

    OutputSize
    The size used for calculations

    Return Value

    Matrix
    Remarks
    A .NET object containing the image display information, like rotation, scale etc. The SKSize is important if the DicomObjects.Enums.ScaleMode of the image indicates stetching to fit the available space.
    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