Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tesseract36

  1. tesseract36

    Image Array?

    Alright, i have tryed to follow what you said and got to here public void DrawImagePoint(PaintEventArgs e) { // Create image. Image newImage = Image.FromFile("groundSprite.bmp"); // Create Point for upper-left corner of image. Point...
  2. tesseract36

    Image Array?

    Im trying to make a 2d game and i was just going to use a fair amount of sprites and tiles for it, but I have just changed to C# in visual studio 2005 and am not sure how this can best be done. In sort im trying to make a 16 tile by 16 tile board of images that i have imported into resources...

Part and Inventory Search

Back
Top