Skip to main content

Subtraction(Point, Point) Operator

Subtracts two points.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static Point operator -(
Point a,
Point b
)

Parameters

  Point
The first point.
  Point
The second point.

Return Value

Point
A point that is the result of the subtraction.

See Also

Reference

Point Structure
Subtraction Overload
Avalonia Namespace