Code:
Bitmap bmp = new Bitmap(tileImageList[currentMap[i, k]]);
I need to change that from 100 * 100, to 50 * 50

Any idea's how?

the bitmap is an image of mine..