ComponentOne Bitmap for UWP
CreateBitmap Method (ImagingFactory)

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > ImagingFactory Class : CreateBitmap Method
HRESULT IWICImagingFactory::CreateBitmap([In] unsigned int uiWidth,[In] unsigned int uiHeight,[In] const GUID& pixelFormat,[In] WICBitmapCreateCacheOption option,[Out, Fast] IWICBitmap** ppIBitmap)
Syntax
'Declaration
 
Public Function CreateBitmap( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal pixelFormatRef As System.Guid, _
   ByVal option As BitmapCreateCacheOption _
) As Bitmap
public Bitmap CreateBitmap( 
   System.int width,
   System.int height,
   System.Guid pixelFormatRef,
   BitmapCreateCacheOption option
)

Parameters

width
height
pixelFormatRef
option
See Also

Reference

ImagingFactory Class
ImagingFactory Members