Hi!
I've made a graphic engine for my roleplay game with the powerdraw components and it works very fine.

But I have one problem : I'm creating a tiled map and every tick I draw each small tile. I want to store the whole map in one Picture or Backbuffer but I don't know how. Can you help me ?

For your information : Each tile is in the same bitmap and the size of each one is 32x32.