Retrieve a mosaic tile handle.
void* CExtAPI::map_GetMosaicTile(ZMAP hMap, long tx, long ty);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A 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.