Click or drag to resize

RectangleF Constructor (PointF, PointF)

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 RectangleF(
	PointF start,
	PointF end
)

Parameters

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