| PathEngine home | previous: | next: |
Queries the horizontal range of an individual tile in this tiling, as a string.
const char* getTileRangeAsString(tSigned32 tileIndex) const; |
| tileIndex | The index of the tile being queried. |
The returned string is formatted as "minX,minY,maxX,maxY", and is intended to be passed in as the value of the 'clipToTile' option of PathEngine's 3D content processing for tiled processing.
Refer to
The buffer for the returned string is owned by the tiling object being queried.
This memory will be invalidated the next time this method is called, or if the owning tiling object is destroyed.
| Documentation for PathEngine release 5.16 - Copyright © 2002-2008 PathEngine | next: |