Results 1 to 4 of 4

Thread: VB - GetPixel() & SetPixel() Example

  1. #1

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    VB - GetPixel() & SetPixel() Example

    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
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  2. #2

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    * 21-October-2004 - Moved to CodeBank *
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3

  4. #4

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: VB - GetPixel() & SetPixel() Example

    No none of my examples are duplicates
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width