CreateBitmapFromMemory Method
CreateBitmapFromMemory(int, int, Guid, int, int, IntPtr)
HRESULT IWICImagingFactory::CreateBitmapFromMemory([In] unsigned int uiWidth,[In] unsigned int uiHeight,[In] const GUID& pixelFormat,[In] unsigned int cbStride,[In] unsigned int cbBufferSize,[In] void* pbBuffer,[Out, Fast] IWICBitmap** ppIBitmap)
Declaration
public Bitmap CreateBitmapFromMemory(int width, int height, Guid pixelFormatRef, int stride, int bufferSize, IntPtr bufferRef)
Public Function CreateBitmapFromMemory(width As Integer, height As Integer, pixelFormatRef As Guid, stride As Integer, bufferSize As Integer, bufferRef As IntPtr) As Bitmap
Parameters
Returns