Click or drag to resize

PointDivision Operator (Point, Size)

Divides the specified point with a size

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

Parameters

point
Type: Eto.DrawingPoint
Base point value
size
Type: Eto.DrawingSize
Size to divide the X and Y co-ordinates with the Width and Height of the size, respectively

Return Value

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