[]
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)
public Bitmap CreateBitmapFromMemory(int width, int height, Guid pixelFormatRef, int stride, int bufferSize, IntPtr bufferRef)
Type | Name | Description |
---|---|---|
int | width | |
int | height | |
Guid | pixelFormatRef | |
int | stride | |
int | bufferSize | |
IntPtr | bufferRef |
Type | Description |
---|---|
Bitmap |