ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix5x4 Structure / Unary Negation Operator
The Matrix5x4 to negate.

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

    Parameters

    value
    The Matrix5x4 to negate.

    Return Value

    The negated Matrix5x4.
    See Also