Vielen Dank ... aber man könnte es theoretisch auch so machen, oder?
Delphi-Quellcode:
Image2.picture.bitmap.Canvas.CopyMode := SRCINVERT;
with Image2.picture.bitmap.canvas do
CopyRect(ClipRect,Image1.picture.bitmap.Canvas,Image1.picture.bitmap.Canvas.ClipRect);
Florian