Vector::Addition Operator (Vector, Point)

 

Translates a point by the specified vector and returns the resulting point.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
static Point operator +(
	Vector vector,
	Point point
)

Parameters

vector
Type: System.Windows::Vector

The vector used to translate point.

point
Type: System.Windows::Point

The point to translate.

Return Value

Type: System.Windows::Point

The result of translating point by vector.

The following example shows how to use this operator (+) to translate a Point structure to a Vector structure.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: