Re: Moving an Image

Posted by mickeyf on November 30, 2005

In Reply to: Re: Moving an Image posted by Andrew on November 30, 2005

I didn't understand that you had one image superimposed on another - it sounded like you had only a single image that was in one of two (or more) positions.

If the problem is that the underlying image is being entirely re-drawn, I believe there is a Windows API function for refreshing, or copying to, only a rectangular portion of an image - I'm guessing YourImage.Canvas.copyrect might be what you need to look at.

Related Articles and Replies