ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / Bitmap Class / Create Method / Create(ImagingFactory,Int32,Int32,Guid,BitmapCreateCacheOption) Method
The factory.
The width.
The height.
The pixel format. PixelFormat for a list of valid formats.
The option.

In This Topic
    Create(ImagingFactory,Int32,Int32,Guid,BitmapCreateCacheOption) Method
    In This Topic
    Initializes a new instance of the Bitmap class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer, _
       ByVal pixelFormat As System.Guid, _
       ByVal option As BitmapCreateCacheOption _
    ) As Bitmap
    public static Bitmap Create( 
       ImagingFactory factory,
       System.int width,
       System.int height,
       System.Guid pixelFormat,
       BitmapCreateCacheOption option
    )

    Parameters

    factory
    The factory.
    width
    The width.
    height
    The height.
    pixelFormat
    The pixel format. PixelFormat for a list of valid formats.
    option
    The option.
    See Also