[VB6 - DIB's] - advices for speed up my Graphic Class
i need advices for speed my class. it takes very time to Draw the image
- GetImageData sub: here is catch the image from a control(picturebox and form and usercontrol);
- ChangeImage sub: here i change the image pixels;
- DrawImage sub: is for draw the image.
i see more when i tiled the image. can anyone advice for speed up my class?