Click or drag to resize

PointFSubtraction Operator (PointF, Single)

Operator to subtract a value from both the X and Y co-ordinates of a point

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

Parameters

point
Type: Eto.DrawingPointF
Base point value
value
Type: SystemSingle
Value to subtract to both the X and Y co-ordinates of the point

Return Value

Type: PointF
A new instance of a point with the value of the point's X and Y co-ordinates minus the specified value
See Also