Table of Contents

zmap_GetPixelSize

Description

Get the size in memory of a pixel in the map, measured in bytes.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

long zmap_GetPixelSize(ZMAP hMap);

Arguments

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

Return value

Zero if an error occurred or the map is not initialised, and non-zero otherwise.

Comments

None.