Thema
:
Delphi
anzahl pixel bei image1.strech:= true
Einzelnen Beitrag anzeigen
Gandalfus
Registriert seit: 19. Apr 2003
407 Beiträge
Delphi 2006 Professional
#
12
Re: anzahl pixel bei image1.strech:= true
28. Aug 2003, 13:12
markieren
Delphi-Quellcode:
procedure
TForm1.PaintBox1Paint(Sender: TObject);
begin
PaintBox1.Canvas.StretchDraw(PaintBox1.ClientRect,Image1.Picture.Graphic);
end
;
Wo ist das Problem?
[edit=Daniel B]Delphi-Tags korrigiert. Mfg, Daniel B[/edit]
Zitat
Gandalfus
Öffentliches Profil ansehen
Mehr Beiträge von Gandalfus finden