0
Answer

How to use StretchDIBits in C#

Leo Vargas

Leo Vargas

15y
5.5k
1

Hi,

I have to place an image on a Form, but I only have the buffer address. I would like to know how I can use StretchDIBits to do this.

After that, I have to save that image to a file. Is there any way to save the image directly to the file having only the buffe address?

Thanks in advace.

Leo