Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix4x4 Structure / NegateRef Method
The matrix to be negated.

In This Topic
    NegateRef Method (Matrix4x4)
    In This Topic
    Negates a matrix.
    Syntax
    'Declaration
     
    Public Shared Sub NegateRef( _
       ByRef value As Matrix4x4 _
    ) 
    public static void NegateRef( 
       ref Matrix4x4 value
    )

    Parameters

    value
    The matrix to be negated.
    See Also