ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / InvertRef Method / InvertRef(Matrix4x4) Method
The matrix whose inverse is to be calculated.

In This Topic
    InvertRef(Matrix4x4) Method
    In This Topic
    Inverts the matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Function InvertRef( _
       ByRef value As Matrix4x4 _
    ) As System.Boolean
    public static System.bool InvertRef( 
       ref Matrix4x4 value
    )

    Parameters

    value
    The matrix whose inverse is to be calculated.

    Return Value

    true if matrix was converted successfully; otherwise, false.
    See Also