Click or drag to resize

Rectangle Constructor (Size)

Initializes a new instance of the Rectangle class with X, Y co-ordinates at 0,0 and the specified size

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Rectangle(
	Size size
)

Parameters

size
Type: Eto.DrawingSize
Size to give the rectangle
See Also