Get the distance between neighbouring pixels in a map in the x- and y-axes, measured in metres.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
float zmap_GetHorizScale(ZMAP hMap);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A ZMAP handle to the map, the horizontal scaling of which is to be retrieved. |
Zero if an error occurred, and greater than zero otherwise.
None.