Document Solutions for PDF
DS.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix4x4 Structure / Transpose Method
The matrix whose transpose is to be calculated.

In This Topic
    Transpose Method
    In This Topic
    Calculates the transpose of the specified matrix.
    Syntax
    'Declaration
     
    Public Shared Function Transpose( _
       ByRef value As Matrix4x4 _
    ) As Matrix4x4
    public static Matrix4x4 Transpose( 
       ref Matrix4x4 value
    )

    Parameters

    value
    The matrix whose transpose is to be calculated.

    Return Value

    The transpose of the specified matrix.
    See Also