ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / WmpBitmapDecoder Class / Create Method / Create(ImagingFactory,Guid) Method
The factory.
The GUID vendor ref.

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

    Parameters

    factory
    The factory.
    guidVendorRef
    The GUID vendor ref.
    See Also