Creates new XTileCut class instance using specified parameters.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public XTileCut( int countX, int countY, int tileWidth, int tileHeight, int borderX, int borderY, int spaceX, int spaceY ) |
Parameters
- countX
- Type: System..::.Int32
Tiles number in the X axis.
- countY
- Type: System..::.Int32
Tiles number in the Y axis.
- tileWidth
- Type: System..::.Int32
Tile width.
- tileHeight
- Type: System..::.Int32
Tile height.
- borderX
- Type: System..::.Int32
Tile frame size in the X axis.
- borderY
- Type: System..::.Int32
Tile frame size in the Y axis.
- spaceX
- Type: System..::.Int32
Space between tiles in the X axis.
- spaceY
- Type: System..::.Int32
Space between tiles in the Y axis.