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



In This Topic
    Matrices Method
    In This Topic
    Matrices used to define the given image in different scale modes
    Syntax
    'Declaration
     
    
    Function Matrices() As SkiaSharp.SKMatrix()
    'Usage
     
    
    Dim instance As IDicomViewer
    Dim value() As SkiaSharp.SKMatrix
     
    value = instance.Matrices()
    SkiaSharp.SKMatrix[] Matrices()
    SkiaSharp.array<SKMatrix>^ Matrices(); 

    Return Value

    4 matrix objects
    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