Bitmap for UWP
CreateBitmapFromMemory メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.WIC 名前空間 > ImagingFactory クラス : CreateBitmapFromMemory メソッド
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 width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal pixelFormatRef As System.Guid, _
   ByVal stride As System.Integer, _
   ByVal bufferSize As System.Integer, _
   ByVal bufferRef As System.IntPtr _
) As Bitmap
public Bitmap CreateBitmapFromMemory( 
   System.int width,
   System.int height,
   System.Guid pixelFormatRef,
   System.int stride,
   System.int bufferSize,
   System.IntPtr bufferRef
)

パラメータ

width
height
pixelFormatRef
stride
bufferSize
bufferRef
参照

ImagingFactory クラス
ImagingFactory メンバ