mach ne bitmap variable
Delphi-Quellcode:
var Bild : TBitmap;
begin
GetBitmap(Image1.picture.Graphic, Bild);
Bild.SaveToFile('test.bmp');
end;
Ist ausm Kopf, also nicht auf fehler geprüft aber müsste so gehen. Ab das mit SetSize geht und so ka.. hab ich noch nie gebraucht