Vector2.op_Addition Method
Adds two vectors.
Syntax
'Declaration
Public Shared Function op_Addition ( _
value1 As Vector2, _
value2 As Vector2 _
) As Vector2
public static Vector2 op_Addition (
Vector2 value1,
Vector2 value2
)
public:
static Vector2 op_Addition(
Vector2 value1,
Vector2 value2
)
Parameters
Return Value
Type: Vector2
Sum of the source vectors.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Vector2 Structure
Vector2 Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone