Hi, I can draw the shapes and lines, etc OK but I want to know if there's a way I can draw these offscreen and then copy them instantaneously to the screen so the drawing process appears smooth and instant just like drawing a bitmap using BitBlt() function.
As an example, say I want to draw a graph or pie chart and want to update it every so often. I would like the updated graph to appear instant rather then the user seeing the entire graph being built up from scratch again every time.
Is there a way I can do this and, if so, how?
Thanks
As an example, say I want to draw a graph or pie chart and want to update it every so often. I would like the updated graph to appear instant rather then the user seeing the entire graph being built up from scratch again every time.
Is there a way I can do this and, if so, how?
Thanks