| Table of Contents | ||
|
|
||
| GetImageY | ||
|
Purpose Gets the image's current Y location |
||
|
Protoype int CImageMngr::GetImageY (string str_img_id) |
||
|
Parameters
|
||
|
Description This function queries the given image object and returns its current Y location on the screen. |
||
|
Use CImageMngr image; int img_y = image.GetImageY("my_image");
|
||
|
|
||
|