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

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

    Parameters

    factory
    The factory.
    icon
    The icon.
    See Also