ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / D2D1 Class / InvertMatrix Method

In This Topic
    InvertMatrix Method
    In This Topic
    BOOL D2D1InvertMatrix([InOut] D2D_MATRIX_3X2_F* matrix)
    Syntax
    'Declaration
     
    Public Shared Function InvertMatrix( _
       ByRef matrix As Matrix3x2 _
    ) As Boolean
    public static bool InvertMatrix( 
       ref Matrix3x2 matrix
    )

    Parameters

    matrix
    See Also