ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Negate Method
The matrix to be negated.

In This Topic
    Negate Method (Matrix3x2)
    In This Topic
    Negates a matrix in-place.
    Syntax
    'Declaration
     
    Public Shared Function Negate( _
       ByVal value As Matrix3x2 _
    ) As Matrix3x2
    public static Matrix3x2 Negate( 
       Matrix3x2 value
    )

    Parameters

    value
    The matrix to be negated.
    See Also