@khabarak,
hab jetzt die
api funktion probiert. ist genau dasselbe. krieg zur laufzeit ne exeption
operation kann nur durchgefuehrt werden wenn das object ein bitmap enthaelt. hab das jetzt so probiert.
Delphi-Quellcode:
TransparentBlt(
image8.canvas.handle,
// handle to destination DC
0,
// x-coord of destination upper-left corner
0,
// y-coord of destination upper-left corner
20,
// width of destination rectangle
20,
// height of destination rectangle
image7.canvas.handle,
// handle to source DC
0,
// x-coord of source upper-left corner
0,
// y-coord of source upper-left corner
20,
// width of source rectangle
20,
// height of source rectangle
0
// color to make transparent
);