Oh, sorry. As far I know, I'm using Asphyre eXtreme v3.1.0!

Yes, I'm trying to draw an image to canvas, also I'd like to know how I can control images; DelphiX has this ImageList- item where I can load manually images from file, then using ImageList's procedures, draw it on screen;

So first load the items to the list; imagelist.items.add(...), then draw them; imagelist.item[x].draw(...). How it could be done with Asphyre eXreme? Just simply 2D.. :)