Click or drag to resize

PointF  Conversion (Point to PointF)

Implicit conversion from a Point to a PointF

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

Parameters

point
Type: Eto.DrawingPoint
Point to convert

Return Value

Type: PointF
A new instance of a PointF with the value of the specified point
Remarks
Since no precision is lost, this can be implicit.
See Also