View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zorro[_3_] Zorro[_3_] is offline
external usenet poster
 
Posts: 5
Default Convert point coordinates - pixel coordinates

Hi all,
I use the "MouseUp" event on an "Image" control. This event returns the
coordinates of the mouse on the Image, but expressed in "points". How to
convert these coordinates to pixel coordinates?
Thank you