Addition(Point, Point) Operator
Adds two points.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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
Parameters
Return Value
Point
A point that is the result of the addition.