ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixEx Class / Invert Method

In This Topic
    Invert Method (MatrixEx)
    In This Topic
    Inverts the System.Numerics.Matrix3x2 if it can be inverted.
    Syntax
    'Declaration
     
    Public Shared Function Invert( _
       ByVal matrix As Matrix3x2 _
    ) As Matrix3x2
    public static Matrix3x2 Invert( 
       Matrix3x2 matrix
    )

    Parameters

    matrix
    See Also