Click or drag to resize

Point Constructor (Int32, Int32)

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 Point(
	int x,
	int y
)

Parameters

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