multiple images

ThePentiumGuy

Well-known member
Joined
May 21, 2003
Messages
1,113
Location
Boston, Massachusetts
hey..

when i use the e.graphics.drawimage thing in the paint...
if i want to draw more than 1 image with that code what should i do..
bitmap arrays dont work

e.Graphics.DrawImage(New Bitmap(tile(TilePos.X, TilePos.Y)), TilePos.X * 30, TilePos.Y * 30)

tilepos.x and tilepos.y are the bounds for the array.. and also the the coordinates of the objects im drawing(tile number)

tilepos.x or y * 30 is the position

does anyone know how to make > 1 tile appear with only 1 e.graphics.drawimage statement? or any other options (directX isnt an option :-p)
 
Back
Top