Set Pixel

Dark Kai

Well-known member
Joined
Sep 3, 2003
Messages
48
Hi all..
Im using VB.net
I have wrote a function to read bitmap images into a array. but when i want to display it i am writing it to the system.bitmap using setpixel.
Ive found out that it is kindda slow by doing that. Any1 know anyway to speed things up ??

PS: reason for writing it to the system.bitmap is bcouze i need to display it on a picturebox control.
 
Oh thanks alot.
This is writing the data into memory 1st then loading it to a bitmap rite ?
Cool.

And thanks to OnErr0r for the code.
 
Back
Top