Sets Baltie's coordinates.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void SetPosition(
	int x,
	int y
)

Parameters

x
Type: System..::.Int32
The X coordinate.
y
Type: System..::.Int32
The Y coordinate.

Remarks

The coordinates [x,y] identify the tile coordinates on the Baltie's area.

See Also