ComponentOne Bitmap for WPF
Add Method (Vector2)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Vector2 Structure : Add Method
The first vector to add.
The second vector to add.
Adds two vectors.
Syntax
'Declaration
 
Public Shared Function Add( _
   ByVal left As Vector2, _
   ByVal right As Vector2 _
) As Vector2
public static Vector2 Add( 
   Vector2 left,
   Vector2 right
)

Parameters

left
The first vector to add.
right
The second vector to add.

Return Value

The sum of the two vectors.
See Also

Reference

Vector2 Structure
Vector2 Members