CreateBitmapFromMemory Method
In This Topic
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)
Syntax
'Declaration
Public Function CreateBitmapFromMemory( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Guid, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As IntPtr _
) As Bitmap
public Bitmap CreateBitmapFromMemory(
int ,
int ,
Guid ,
int ,
int ,
IntPtr
)
Parameters
- width
- height
- pixelFormatRef
- stride
- bufferSize
- bufferRef
See Also