I used this DirectDraw 7 with VB 6. What its supposed to do is it goes through all the pixels of two overlapping images, and any of the pixels are NOT transparent on both images, it would signal that they have collided. Now I want it in GDI+/VB.NET
I tried it using the GetPixel Method in the Bitmap class, but every time I try to get a Bitmap from a PictureBoxes image, it gives me the "Object Reference not set to an instance of an Object" error. Any help ppl?
I tried it using the GetPixel Method in the Bitmap class, but every time I try to get a Bitmap from a PictureBoxes image, it gives me the "Object Reference not set to an instance of an Object" error. Any help ppl?