Click or drag to resize

SizeF Constructor (Single, Single)

Initializes a new SizeF class with the specified width and height

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public SizeF(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
Initial width of the size
height
Type: SystemSingle
Initial height of the size
See Also