Table of Contents

 
GetImageY
 

Purpose

Gets the image's current Y location

 

Protoype

int CImageMngr::GetImageY (string str_img_id)
 

Parameters

img_id the ID of the image to query
 

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");
 

Prev: GetImageX