Click or drag to resize

SizeFDivision Operator (SizeF, Single)

Divides the Width and Height of a size by the specified factor

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

Parameters

size
Type: Eto.DrawingSizeF
Size to divide
factor
Type: SystemSingle
Factor to divide both the Width and Height by

Return Value

Type: SizeF
A new instance of a SizeF struct with the width and height of size divided by factor
See Also