Click or drag to resize

Size  Conversion (SizeF to Size)

Explicit conversion from a SizeF to a Size by truncating values

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static explicit operator Size (
	SizeF size
)

Parameters

size
Type: Eto.DrawingSizeF
Size to convert

Return Value

Type: Size
A new instance of a Size with the value of the specified size
See Also