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