Get the number of pixels in the x-axis of the map.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
long zmap_GetWidth(ZMAP hMap);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A ZMAP handle to a map, the width of which is to be retrieved. |
Zero if an error occurred or the map is uninitialised, and non-zero otherwise.
None.