[]
HRESULT IWICImagingFactory::CreateBitmap([In] unsigned int uiWidth,[In] unsigned int uiHeight,[In] const GUID& pixelFormat,[In] WICBitmapCreateCacheOption option,[Out, Fast] IWICBitmap** ppIBitmap)
public Bitmap CreateBitmap(int width, int height, Guid pixelFormatRef, BitmapCreateCacheOption option)
| Type | Name | Description |
|---|---|---|
| int | width | |
| int | height | |
| Guid | pixelFormatRef | |
| BitmapCreateCacheOption | option |
| Type | Description |
|---|---|
| Bitmap |