![]() |
VOOZH | about |
int getx();Example :
👁 ImageExplanation : Initially, the X coordinate of the current position is 0. On moving the coordinates using moveto() function, the X coordinate changes to 80. Below is the implementation of getx() function: Output :
👁 Image