Not sure if anybody is still reading this forum, but I'm a newbie to Asphyre Extreme
after using DelphiX for many years and need a little help please.

I'm converting an old game which makes some Delphi tbitmaps during a frame and then writes
them directly to the canvas, the old code is:-

form1.DXDraw.Surface.Canvas.Draw(x,y,mybitmap);

Which I know is really slow, but works fine for my needs. Is there something equivalent in Asphyre Extreme?

Thanks.