PointAddition(Point, Point) Operator
Adds two points.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Point operator +(
Point a,
Point b
)
Public Shared Operator + (
a As Point,
b As Point
) As Point
static let inline (+)
a : Point *
b : Point : Point
- a Point
- The first point.
- b Point
- The second point.
PointA point that is the result of the addition.