Click or drag to resize

RectangleF Constructor (Rectangle)

Initilizes a new instance of the RectangleF class with the specified rectangle.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public RectangleF(
	Rectangle rectangle
)

Parameters

rectangle
Type: Eto.DrawingRectangle
See Also