DicomObjects.NET10 Documentation
DicomObjects Namespace / IDicomViewer Interface / Matrix Method



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

    Parameters

    Index

    Return Value

    Single matrix object
    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