DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / MatrixBase Method
If true, then the aspect ratio of the image is respected, so the zoom in one of the directions may be >1 if necessary to give a correctly shaped image



In This Topic
    MatrixBase Method
    In This Topic
    Matrix specifying how the image would be displayed with a Zoom of 1:1
    Syntax
    'Declaration
     
    
    Public Function MatrixBase( _
       ByVal UseAspect As Boolean _
    ) As SkiaSharp.SKMatrix
    'Usage
     
    
    Dim instance As DicomImage
    Dim UseAspect As Boolean
    Dim value As SkiaSharp.SKMatrix
     
    value = instance.MatrixBase(UseAspect)
    public SkiaSharp.SKMatrix MatrixBase( 
       bool UseAspect
    )
    public:
    SkiaSharp.SKMatrix MatrixBase( 
       bool UseAspect
    ) 

    Parameters

    UseAspect
    If true, then the aspect ratio of the image is respected, so the zoom in one of the directions may be >1 if necessary to give a correctly shaped image

    Return Value

    Matrix
    Remarks
    The RotateState, FlipState and Angle are all used in this method.
    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