Click or drag to resize

Rectangle Constructor (Point, Point)

Initializes a new instance of the Rectangle class with two points

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Rectangle(
	Point start,
	Point end
)

Parameters

start
Type: Eto.DrawingPoint
Starting point of the rectangle
end
Type: Eto.DrawingPoint
Ending point of the rectangle
See Also