DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / Matrix(Int32) Method



In This Topic
    Matrix(Int32) Method
    In This Topic
    The Matrix used to define the given image in a viewer
    Syntax
    'Declaration
     
    
    Public Function Matrix( _
       ByVal Index As Integer _
    ) As SkiaSharp.SKMatrix
    'Usage
     
    
    Dim instance As DicomViewer
    Dim Index As Integer
    Dim value As SkiaSharp.SKMatrix
     
    value = instance.Matrix(Index)
    public SkiaSharp.SKMatrix Matrix( 
       int Index
    )
    public:
    SkiaSharp.SKMatrix Matrix( 
       int Index
    ) 

    Parameters

    Index
    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