Vector::Add Method
.NET Framework (current version)
Adds a vector to a point or to another vector.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Add(Vector, Point) | Translates the specified point by the specified vector and returns the resulting point. |
![]() ![]() | Add(Vector, Vector) | Adds two vectors and returns the result as a Vector structure. |
Show:

