ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Unary Negation Operator
The matrix to negate.

In This Topic
    Unary Negation Operator (Matrix3x2)
    In This Topic
    Negates a matrix.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal value As Matrix3x2 _
    ) As Matrix3x2
    public Matrix3x2 operator -( 
       Matrix3x2 value
    )

    Parameters

    value
    The matrix to negate.

    Return Value

    The negated matrix.
    See Also