ComponentOne Bitmap for UWP
NegateRef(Matrix3x2,Matrix3x2) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure > NegateRef Method : NegateRef(Matrix3x2,Matrix3x2) Method
When the method completes, contains the negated matrix.
The matrix to be negated.
Negates a matrix.
Syntax
'Declaration
 
Public Overloads Shared Sub NegateRef( _
   ByRef result As Matrix3x2, _
   ByRef value As Matrix3x2 _
) 
public static void NegateRef( 
   out Matrix3x2 result,
   ref Matrix3x2 value
)

Parameters

result
When the method completes, contains the negated matrix.
value
The matrix to be negated.
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List