Hi,
In my program, I draw some lines with mainly the Drawline (imaging) and Redraw (viewer) methods, like in the sample 'Real time line drawing'. But the viewer is set as transparent because there is a drawing in the background in a Cnt viewer.
Both viewers have the same image size, based on the image of the back drawing.
When this size is large (let's say 1400x970 mm !), the draw process is quite long even if the fore image is mainly empty.
If I change the backstyle of the fore viewer to 1, the drawing speed is higher and correct but I can't see the back drawing ...
So, my question is : is there a way to increase the speed in that case ?
Other possibility : instead of using a fore viewer, is it possible to draw lines on a non-homogeneous backcolor with a pixel color change process ? I mean something like new color = f(old color), or something like the DrawMode in VB6.
Louis
