Table of Contents

zmap_GetTileSize

Description

Get the size, in pixels, of the side-length of the tiles in a tiled (mosaic) map. Note tiles are always square, even though maps are not.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

long zmap_GetTileSize(ZMAP hMap);

Arguments

Name Type Comment
hMap ZMAP A handle to a map, the tile size of which is to be retrieved.

Return value

Zero if the map is not tiled or an error occurred, and otherwise a non-zero positive value equal to the size of a tile in the map, measured in number of pixels in the X and Y dimensions.

Comments

None.