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

In This Topic
    TransposeRef Method
    In This Topic
    Transposes the matrix.
    Syntax
    'Declaration
     
    Public Shared Sub TransposeRef( _
       ByRef value As Matrix4x4 _
    ) 
    public static void TransposeRef( 
       ref Matrix4x4 value
    )

    Parameters

    value
    The matrix whose transpose is to be calculated.
    See Also