Click or drag to resize

Position Constructor (Int32, Int32)

Position Constructor - Set new position

Namespace:  INF1771_GameAI.Map
Assembly:  INF1771_GameAI (in INF1771_GameAI.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Position(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
position x
y
Type: SystemInt32
position y
See Also