CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: BigEd781

Search: Search took 0.38 seconds.

  1. Replies
    7
    Views
    6,298

    Re: How can i use SetBitmapBits function in C#

    Please put in a little effort, try it on your own using the advice you have been given, and then come back with a code sample if it still isn't working for you. We are not your code monkeys.
  2. Replies
    7
    Views
    6,298

    Re: How can i use SetBitmapBits function in C#

    You can always call LockBits and get a pointer to memory. You could implement your own SetBitmapBits this way and it would be pretty fast (as opposed to using the GDI+ GetPixel/SetPixel API which is...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured