Click or drag to resize

SizeFDivision Operator (SizeF, SizeF)

Divides the Width and Height of two sizes

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

Parameters

size1
Type: Eto.DrawingSizeF
Size to divide
size2
Type: Eto.DrawingSizeF
Size to divide by

Return Value

Type: SizeF
A new instance of a SizeF struct with the division of size1 by size2
See Also