Get the size in memory of a pixel in the map, measured in bytes.
long CExtAPI::map_GetPixelSize(ZMAP hMap);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | The ZMAP handle to a map, the pixel size of which is to be retrieved. |
Zero if an error occurred or the map is not initialised, and non-zero otherwise.
None.