Click or drag to resize

PointF Constructor (Point)

Initializes a new instance of a PointF class with values of the Pointpoint

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

Parameters

point
Type: Eto.DrawingPoint
Point to initialize the X and Y values of the new instance with
See Also