PDA

View Full Version : xoffset and yoffset problems


thipperudra
05-03-2004, 03:24 AM
Hi Antun,

I have one doubt xoffset and yoffset attributes affect real x ,y coordinates and width and height of image? If it is true how can i get the correct image position and size for further process.In my code i don't get the correct x and y coordinates and image size.

Thanks,
Rudresh

3.14
05-03-2004, 07:26 AM
real_x = x - xoffset
real_y = y - yoffset