Click or drag to resize

Rectangle Constructor (Point, Size)

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 Rectangle(
	Point location,
	Size size
)

Parameters

location
Type: Eto.DrawingPoint
Location of the rectangle
size
Type: Eto.DrawingSize
Size of the rectangle
See Also