ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / ImagingFactory Class / CreateBitmap Method

In This Topic
    CreateBitmap Method (ImagingFactory)
    In This Topic
    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 Integer, _
       ByVal height As Integer, _
       ByVal pixelFormatRef As Guid, _
       ByVal option As BitmapCreateCacheOption _
    ) As Bitmap
    public Bitmap CreateBitmap( 
       int width,
       int height,
       Guid pixelFormatRef,
       BitmapCreateCacheOption option
    )

    Parameters

    width
    height
    pixelFormatRef
    option
    See Also