Click or drag to resize

Size Constructor (Int32, Int32)

Initializes a new Size class with the specified width and height

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

Parameters

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