Move an image without flickering ?
- From: "Polaris" <etpolaris@xxxxxxxxxxx>
- Date: Tue, 27 Nov 2007 21:13:06 -0800
Hi Experts:
My program (Windows Form with C# and .net 2.0) shows a bitmap (a bitmap file
selected by the user) and allows the user to drag it to different positions
within the client area. I use Graphics.Clear() and Graphics.DrawImage(...)
to repeatly clear the client area and re-draw the bitmap. The result is not
good because the visual flickering.
Is there a better way to move an bitmap smoothly?
Thanks In Advance!
Polaris
.
- Follow-Ups:
- Re: Move an image without flickering ?
- From: Michael C
- Re: Move an image without flickering ?
- Prev by Date: Re: Play media files
- Next by Date: Re: Move an image without flickering ?
- Previous by thread: foreach, IEnumerable and modifying contents
- Next by thread: Re: Move an image without flickering ?
- Index(es):
Relevant Pages
|