you can move is by ajusting the line that calls bitmap.setpixel so the the image is placed at x+dx,y+dy rather than x,y (where dx and dy are how far you want to shift the thing).
note - make sure your bitmap is large enough to fit your shifted picture on (unless you want it to crop where it goes over the edge).
note2 - think about what you're going to do with the blank space left when it was moved - like the clean bit i found under a rug i turned round the other day, i'm going to have to think about.