Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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 System.Boolean
    public static System.bool InvertMatrix( 
       ref Matrix3x2 matrix
    )

    Parameters

    matrix
    See Also