W
Wade G
Is there a way to create a new Graphics object, write to
it, then copy the object to a controls Graphics object?
For example, I have a panel object that I want to draw
lines to using Invalidate() and the Paint handler. How
do I write my lines to a new object then copy this object
to the controls object so no flicker occurs?
it, then copy the object to a controls Graphics object?
For example, I have a panel object that I want to draw
lines to using Invalidate() and the Paint handler. How
do I write my lines to a new object then copy this object
to the controls object so no flicker occurs?