Need Help Loading and Manipulating Bitmap Data
Posted
by Dave
on Stack Overflow
See other posts from Stack Overflow
or by Dave
Published on 2010-03-15T22:41:38Z
Indexed on
2010/03/20
16:41 UTC
Read the original article
Hit count: 194
vb6
Using VB6, I need to load a bitmap image and subsequently manipulate some of its data - specifically, I want to rotate a section within the image, and in the end keep the image intact with the rotated section. How do I (1) find out where an image gets loaded into memory (a physical address), and (2) in what format is it stored, a 1-D array, 2-D array, or what? Maybe you can even suggest a better way to do this. Thanks.
© Stack Overflow or respective owner