ComponentOne Bitmap for UWP
Unary Negation Operator (Matrix5x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix5x4 Structure : Unary Negation Operator
The Matrix5x4 to negate.
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

Reference

Matrix5x4 Structure
Matrix5x4 Members