Click or drag to resize

PointF Constructor (Single, Single)

Initializes a new instance of a Point class with specified x and y values

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public PointF(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
Initial X value for the point
y
Type: SystemSingle
Initial Y value for the point
See Also