Click or drag to resize

RectangleF Constructor (SizeF)

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 RectangleF(
	SizeF size
)

Parameters

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