Hi
I need to move object on screen, but when the object is moving the Screen is blinking (and the object too).
How can I fix it ? What is the best way to move an object on screen ?
Thanks in advance
From stackoverflow
-
If you're using WinForms and "the Screen" means the surface of a
Form
, try setting the form'sDoubleBuffered
property to true.See this Wikipedia article for more information about the concept of double-buffering.
0 comments:
Post a Comment