Retrieve a handle to a tile in a mosaic map.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
void* zmap_GetMosaicTile(ZMAP hMap, long tx, long ty);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A ZMAP handle to a map, a tile of which is to be retrieved. |
| tx | long | The x-coordinate of the tile. |
| ty | long | The y-coordinate of the tile. |
A null handle if:
A valid (non-null) tile handle otherwise.