Click or drag to resize

Point  Conversion (PointF to Point)

Explicit conversion from a PointF to a Point by truncating values

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static explicit operator Point (
	PointF point
)

Parameters

point
Type: Eto.DrawingPointF
Point to convert

Return Value

Type: Point
A new instance of a Point with the value of the specified point
See Also