Click or drag to resize
Accord.NET (logo)

IntPoint Constructor

Initializes a new instance of the IntPoint structure.

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

Parameters

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