PointAddition(Point, Vector) Operator

Adds a vector to a point.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Point operator +(
	Point a,
	Vector b
)

Parameters

a  Point
The point.
b  Vector
The vector.

Return Value

Point
A point that is the result of the addition.

See Also