Click or drag to resize

Rectangle Constructor (RectangleF)

Initializes a new instance of a Rectangle class with truncated values of the specified floating-point rectangle

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

Parameters

rectangle
Type: Eto.DrawingRectangleF
RectangleF to initialize the X and Y values of the new instance with
See Also