ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / InvertRef Method / InvertRef(Matrix4x4,Matrix4x4) Method
When the method completes, contains the inverse of the specified matrix.
The matrix whose inverse is to be calculated.

In This Topic
    InvertRef(Matrix4x4,Matrix4x4) Method
    In This Topic
    Calculates the inverse of the specified matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Function InvertRef( _
       ByRef result As Matrix4x4, _
       ByRef value As Matrix4x4 _
    ) As System.Boolean
    public static System.bool InvertRef( 
       out Matrix4x4 result,
       ref Matrix4x4 value
    )

    Parameters

    result
    When the method completes, contains the inverse of the specified matrix.
    value
    The matrix whose inverse is to be calculated.

    Return Value

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