Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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)

My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!)

vbprogramming.8k.com

My Project (Need VB.NET Programmers)

http://workspaces.gotdotnet.com/ResolutionRPG

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...