Manchmal ist die Lösung beschämend trivial:
Delphi-Quellcode:
Printer.BeginDoc;
PrinterGraphics := TGPGraphics.Create(Printer.Handle);
myPoint.X := 0;
myPoint.Y := 0;
PrinterGraphics.DrawImage(gImage, myPoint);
Printer.EndDoc;
Gruß
Jazzman
Dann hat mein post ja doch was gebracht..
Ist aber auch manchmal ein kreuz mit
GDI+
gruss