ComponentOne Bitmap for UWP
Negate Method (Matrix3x2)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure : Negate Method
The matrix to be negated.
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

Reference

Matrix3x2 Structure
Matrix3x2 Members