Click or drag to resize

RectangleFDivision Operator (RectangleF, Single)

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 RectangleF operator /(
	RectangleF rectangle,
	float factor
)

Parameters

rectangle
Type: Eto.DrawingRectangleF
Rectangle to divide
factor
Type: SystemSingle
Factor to divide by

Return Value

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