| Table of Contents | ||
|
|
||
| GetNumImages | ||
|
Purpose Gets the number of image objects in the manager |
||
|
Protoype int CImageMngr::GetNumImages () |
||
|
Description This function returns the number of image objects in the manager |
||
|
Use CImageMngr image; int i_num_images = image.GetNumImages(); |
||
|
|
||
|