ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / ComponentInfo Class / Create Method
The factory.
The CLSID component.

In This Topic
    Create Method (ComponentInfo)
    In This Topic
    Initializes a new instance of the ComponentInfo class.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal clsidComponent As Guid _
    ) As ComponentInfo
    public static ComponentInfo Create( 
       ImagingFactory factory,
       Guid clsidComponent
    )

    Parameters

    factory
    The factory.
    clsidComponent
    The CLSID component.
    See Also