MemDC replacement?
C#
2
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to draw a simple ellipse over a bitmap, and the user can move this ellipse with the mouse. And of course, there seems to be a lot of flicker associated with it. The previous solution was to use a memory based DC (MemDC). What does C# have to solve the flicker problem? Thanks guys!! Phillip Davis www.afix.net
-
I'm trying to draw a simple ellipse over a bitmap, and the user can move this ellipse with the mouse. And of course, there seems to be a lot of flicker associated with it. The previous solution was to use a memory based DC (MemDC). What does C# have to solve the flicker problem? Thanks guys!! Phillip Davis www.afix.net
Where's the dang delete button? ControlStyles.DoubleBuffering