[]
        
(Showing Draft Content)

C1.Util.DX.WIC.ImagingFactory.CreateBitmapFromMemory

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
Type Name Description
int width
int height
Guid pixelFormatRef
int stride
int bufferSize
IntPtr bufferRef
Returns
Type Description
Bitmap