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

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

    Parameters

    value
    The matrix to be negated.
    See Also