Creates new XTileCut class instance using specified parameters.

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

Syntax

C#
public XTileCut(
	int countX,
	int countY,
	int width,
	int height
)

Parameters

countX
Type: System..::.Int32
Tiles number in the X axis.
countY
Type: System..::.Int32
Tiles number in the Y axis.
width
Type: System..::.Int32
Whole area width.
height
Type: System..::.Int32
Whole area height.

See Also