T
Tim Bücker
Hello.
I want to paint some geometric shapes on the graphic context from a picture
box. This picture box has dock style set to fill and is filling out the
whole form. The form is maximized. This is working very good and fast but
the problem is, that I want to have some kind of background image.
Doing so the performance is going down extremly. Even though I am using
double buffering, invalidating only the regions nessecary and using all the
other performance tricks I know...
So can someone tell me how it is possible in .NET to paint on a picture
(fullscreen) with GDI(+) and be fast enough that shapes being dragged around
are not running behind the mouse.
Thanks really a lot for any tips and tricks!
Greetings,
Tim.
I want to paint some geometric shapes on the graphic context from a picture
box. This picture box has dock style set to fill and is filling out the
whole form. The form is maximized. This is working very good and fast but
the problem is, that I want to have some kind of background image.
Doing so the performance is going down extremly. Even though I am using
double buffering, invalidating only the regions nessecary and using all the
other performance tricks I know...
So can someone tell me how it is possible in .NET to paint on a picture
(fullscreen) with GDI(+) and be fast enough that shapes being dragged around
are not running behind the mouse.
Thanks really a lot for any tips and tricks!
Greetings,
Tim.