aggpas

How do I attach a bitmap to an AggPas image?

I'm trying to use AggPas but find the documentation to lack code examples of attaching it to a bitmap. I have this code: procedure DrawScene(); var ObjLength,LineLength,Filllength,Obj,lin,angle,i:integer; Npoints : array[0..1] of Tpoint; VG: Tagg2d; DOB:Tobject; Objmap,wholemap:TBitmap; begin wholemap := TBitmap.Create; w...