Vector2.Add Method

Language:

Adds two 2-D vectors.

Definition

Visual Basic Public Sub Add( _
    ByVal v As Vector2 _
)
C# public void Add(
    Vector2 v
);
C++ public:
void Add(
    Vector2 v
);
JScript public function Add(
    v : Vector2
);

Parameters

v Microsoft.DirectX.Vector2
Source Vector2.

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center