Click or drag to resize

RectangleDivision Operator (Rectangle, Int32)

Divides all X, Y, Width, Height components of the rectangle by a factor factor

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Rectangle operator /(
	Rectangle rectangle,
	int factor
)

Parameters

rectangle
Type: Eto.DrawingRectangle
Rectangle to divide
factor
Type: SystemInt32
Factor to divide by

Return Value

Type: Rectangle
A new instance of a Rectangle with the value of rectangle divided by a factor
See Also