Click or drag to resize

SizeF  Conversion (Size to SizeF)

Implicitly converts the specified integral size to a floating point SizeF

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

Parameters

size
Type: Eto.DrawingSize
Size to convert

Return Value

Type: SizeF
A new instance of a floating point SizeF with the same value as the specified size
See Also