Click or drag to resize

PointSubtraction Operator (Point, Point)

Operator to return the difference between two points as a Size

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Point operator -(
	Point point1,
	Point point2
)

Parameters

point1
Type: Eto.DrawingPoint
Base point value
point2
Type: Eto.DrawingPoint
Point to subtract

Return Value

Type: Point
A new instance of a Size with the X and Y equal to the difference of the X and Y co-ordinates, respectively
See Also