C1.Win.C1DX.4.8 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 System.Guid _
) As ComponentInfo
 

Parameters

factory
The factory.
clsidComponent
The CLSID component.
See Also