Registriert seit: 31. Aug 2006
248 Beiträge
Delphi 7 Professional
|
Re: Laufschrift an Panelgröße anpassen
28. Sep 2006, 20:15
Delphi-Quellcode:
//jetzt funktioniert es :-D
while temp < PaintBox.Width do
begin
PaintBox.Canvas.TextOut(temp, 0, sLaufSchrift);
Inc(temp, TextWidth + Space);
end;
bitblt(PaintBox.Canvas.Handle,1,1,PaintBox.Width,PaintBox.Height,Buffer.Canvas.Handle,0,0,Srccopy);
if x1 <- TextWidth + Space then Inc(x1, TextWidth + Space);
Gruß: Holger
[Hobby-Programmierer]
|
|
Zitat
|