Click or drag to resize

Rectangle  Conversion (RectangleF to Rectangle)

Implicit conversion from a RectangleF to a Rectangle

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

Parameters

rectangle
Type: Eto.DrawingRectangleF
Point to convert

Return Value

Type: Rectangle
A new instance of a Rectangle with the value of the specified rectangle
See Also