Click or drag to resize

PointFSubtraction Operator (PointF, PointF)

Operator to return the difference between two points as a PointF

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

Parameters

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

Return Value

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