Sets Baltie's coordinates.

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

Syntax

C#
protected virtual void SetPosition(
	int x,
	int y,
	bool force
)

Parameters

x
Type: System..::.Int32
The X-coordinate.
y
Type: System..::.Int32
The Y-coordinate.
force
Type: System..::.Boolean
Forces settings.

See Also