Skip to main content

Subtraction(Point, Vector) Operator

Subtracts a vector from 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 subtraction.

See Also

Reference

Point Structure
Subtraction Overload
Avalonia Namespace