Click here to Skip to main content
15,886,718 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good day!
I wish to count white pixels in a black and white bitmap in vb.net using lock/unlockbits since they say it works a lot faster than get/setpixel. i'm just a beginner programmer and i don't have any idea how to do it. Can anyone help me how to do this cause i can't find a good reference in this matter. Thanks in advance.
Posted

1 solution

Did you look at MSDN? It includes full reference, and even an example of the code you need...
http://msdn.microsoft.com/en-us/library/5ey6h79d.aspx[^]
 
Share this answer
 
Comments
Maciej Los 16-Feb-13 12:52pm    
Short and to the point! My 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900