ComponentOne Bitmap for WPF
Negate Method (Vector2)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Vector2 Structure : Negate Method
The vector to negate.
Reverses the direction of a given vector.
Syntax
'Declaration
 
Public Shared Function Negate( _
   ByVal value As Vector2 _
) As Vector2
public static Vector2 Negate( 
   Vector2 value
)

Parameters

value
The vector to negate.

Return Value

A vector facing in the opposite direction.
See Also

Reference

Vector2 Structure
Vector2 Members