PointAddition(Point, Point) Operator

Adds two points.

Definition

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

Parameters

a  Point
The first point.
b  Point
The second point.

Return Value

Point
A point that is the result of the addition.

See Also