ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Invert Method

In This Topic
    Invert Method (Matrix3x2)
    In This Topic
    Inverts the specified matrix.
    Syntax
    'Declaration
     
    Public Shared Function Invert( _
       ByVal matrix As Matrix3x2 _
    ) As Matrix3x2
    public static Matrix3x2 Invert( 
       Matrix3x2 matrix
    )

    Parameters

    matrix
    See Also