Click or drag to resize

PointFDivision Operator (PointF, SizeF)

Divides the specified point with a size

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 divide the X and Y co-ordinates with the Width and Height of the size, respectively

Return Value

Type: PointF
A new instance of a point with the division of the specified point and size
See Also