Skip to main content

Addition(Point, Vector) Operator

Adds a vector to a point.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static Point operator +(
Point a,
Vector b
)

Parameters

  Point
The point.
  Vector
The vector.

Return Value

Point
A point that is the result of the addition.

See Also

Reference

Point Structure
Addition Overload
Avalonia Namespace