Click or drag to resize
Accord.NET (logo)

Point Constructor

Initializes a new instance of the Point structure.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public Point(
	float x,
	float y
)
Request Example View Source

Parameters

x
Type: SystemSingle
X axis coordinate.
y
Type: SystemSingle
Y axis coordinate.
See Also