Click or drag to resize

PointFSubtraction Operator (PointF, SizeF)

Operator to subtract a size from a point

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

Parameters

point
Type: Eto.DrawingPointF
Base point value
size
Type: Eto.DrawingSizeF
Size to subtract to the point's X and Y co-ordinates

Return Value

Type: PointF
A new point with the sum of the specified point's X and Y components and the size
See Also