C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Vector2 Structure / NegateRef Method / NegateRef(Vector2) Method
The vector to negate.

In This Topic
NegateRef(Vector2) Method
In This Topic
Reverses the direction of the vector.
Syntax
'Declaration
 
Public Overloads Shared Sub NegateRef( _
   ByRef value As Vector2 _
) 
 

Parameters

value
The vector to negate.
See Also