PDA

Click to See Complete Forum and Search --> : VB - GetPixel() & SetPixel() Example


plenderj
Feb 18th, 2003, 01:00 PM
Below is an example of how to use the GetPixel() & SetPixel() Windows API calls.
A PictureBox is filled with a random image drawn using SetPixel(), and its contents copied to a second PicturBox using both GetPixel() & SetPixel()

GetPixelAndSetPixel.frm (http://www.vbforums.com/attachment.php?s=&postid=1039684)

plenderj
Oct 21st, 2004, 09:49 AM
* 21-October-2004 - Moved to CodeBank *

MartinLiss
Jun 5th, 2005, 02:02 PM
Is this example the same as your other one which is also in the CodeBank?

plenderj
Jun 5th, 2005, 04:23 PM
No none of my examples are duplicates