I'm getting an awful lot of screen flicker from the following code:
============== snip ========================
     Form1.Image1.Canvas.Pen.Color:=$FFFFFF;
     Form1.Image1.Canvas.Pen.Mode:=pmNot;
     Form1.Image1.Canvas.MoveTo(iCornerX,CornerY);
     Form1.Image1.Canvas.LineTo(PrevX,PrevY);
     Form1.Image1.Canvas.MoveTo(iCornerX,CornerY);
Form1.Image1.Canvas.LineTo(X,Y); ============== snip ========================
It's actually rubberbanding showing where a line will be drawn.

Is there a way of reducing this? The background colour of the TImage is black which tends to accentuate it somewhat.

--
Dave Coventry
Tel   (home):  +27(0)31 3092301
Tel (office):  +27(0)31 2058448

Cell: +27(0)82 9000179

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to