I'm designing an application in which a user can move a image when he holds down the mouse's left button. The fact is that I need to keep image visible during the operation and, at same time, move the image. I have used OnkeyUp & OnKeyDown events of the image to start this action and OnMouseMove to redraw the image at the new position. The problem is that the image is continuosly redrawing and its appearance isn't too nice. It would be perfect a similar effect like Photoshop or Acrobat pictures/documents displacement.
thank you in advance!
thank you in advance!