Hi,
so funktioniert das Ganze. Ist mit aber nicht klar warum.
Delphi-Quellcode:
image1.picture.bitmap.Width:=500;image1.picture.bitmap.Height:=500;
stretchblt(image1.canvas.handle,
0,0,sb1.position,sb1.position,//image1.picture.bitmap.width,image1.picture.bitmap.height,
t.canvas.handle,
100,100,t.width,t.height,
SRCCOPY);
Der einzige Unterschied besteht darin dass ich einmal das
handle der Bitmap als Ziel angebe und das andere Mal den Canvas von Image.
Kann mir jemand auf die Sprünge helfen?
Vielen Dank im Vorraus!