Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix5x4 Structure / Negate Method
The Matrix5x4 to be negated.

In This Topic
    Negate Method (Matrix5x4)
    In This Topic
    Negates a Matrix5x4.
    Syntax
    'Declaration
     
    Public Shared Function Negate( _
       ByRef value As Matrix5x4 _
    ) As Matrix5x4
    public static Matrix5x4 Negate( 
       ref Matrix5x4 value
    )

    Parameters

    value
    The Matrix5x4 to be negated.
    See Also