ComponentOne Bitmap for WPF
Unary Negation Operator (Matrix3x2)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Matrix3x2 Structure : Unary Negation Operator
The matrix to negate.
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

Reference

Matrix3x2 Structure
Matrix3x2 Members