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 Function CreateBitmapFromMemory( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Guid, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.IntPtr _
) As Bitmap
public Bitmap CreateBitmapFromMemory(
System.int ,
System.int ,
System.Guid ,
System.int ,
System.int ,
System.IntPtr
)
パラメータ
- width
- height
- pixelFormatRef
- stride
- bufferSize
- bufferRef
参照