Click or drag to resize

RectangleF Constructor (PointF, SizeF)

Initializes a new instance of the Rectangle class with the specified location and size

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public RectangleF(
	PointF location,
	SizeF size
)

Parameters

location
Type: Eto.DrawingPointF
Location of the rectangle
size
Type: Eto.DrawingSizeF
Size of the rectangle
See Also