ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / Bitmap Class / Create Method / Create(ImagingFactory,Bitmap,BitmapAlphaChannelOption) Method
The factory.
The bitmap.
The options.

In This Topic
    Create(ImagingFactory,Bitmap,BitmapAlphaChannelOption) Method
    In This Topic
    Initializes a new instance of the Bitmap class from a System.Drawing.Bitmap.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal bitmap As System.Drawing.Bitmap, _
       ByVal options As BitmapAlphaChannelOption _
    ) As Bitmap
    public static Bitmap Create( 
       ImagingFactory factory,
       System.Drawing.Bitmap bitmap,
       BitmapAlphaChannelOption options
    )

    Parameters

    factory
    The factory.
    bitmap
    The bitmap.
    options
    The options.
    See Also