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

In This Topic
    Create(ImagingFactory,Guid) Method
    In This Topic
    Initializes a new instance of the BitmapDecoder class from a guid. BitmapDecoderGuids for a list of default supported decoder.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal containerFormatGuid As System.Guid _
    ) As BitmapDecoder
    public static BitmapDecoder Create( 
       ImagingFactory factory,
       System.Guid containerFormatGuid
    )

    Parameters

    factory
    The factory.
    containerFormatGuid
    The container format GUID.
    See Also