Paint the rest of the client area.

Procedure  XXXX.Paint;
begin
  FillRect(ClientRect);
  DOTextDrawing;
end;

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, September 08, 1999 2:27 AM
To: Multiple recipients of list delphi
Subject: [DUG]: Images


Not sure my original email got thro, so here it is again :-

Hi all.

I was just playing with rotating text on an image controls canvas, when I
noticed that if I rotated the text by incrementing the angle by 45 deg. at a
time via a spin button, i.e. the rotation value was dynamic and it drew the
text at that angle at run time......... if left the presence of the the text
from the previous angle there.

How do I sipt this from happening...I have an image i the Image controll
too,

Any Ideas ?

Thanks

Jeremy Coulter



Jeremy Coulter (chief software engineer)
Visual Software Solutions
Christchurch, New Zealand
PH 03-3521595
FAX 03-3521596
MOBILE 021-2150435
www.vss.co.nz


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to