Zitat von
mo_greene:
Zitat von
dominikkv:
Delphi-Quellcode:
with Canvas do
begin
Pen.Color := clWhite;
Brush.Color := clWhite;
Rectangle(0, 0, Width, Height);
end;
Das funktioniert bei mir nicht ganz. Bei mir wird dann das ganze Fenster des Programms weiss
.
Dann übergibst du aber die Canvas von deinem Fenster, nicht die von deinem Bild...