[]
        
(Showing Draft Content)

C1.Util.DX.WIC.JpegBitmapDecoder.Create

Create Method

Create(ImagingFactory)

Initializes a new instance of the JpegBitmapDecoder class.

Declaration
public static JpegBitmapDecoder Create(ImagingFactory factory)
Public Shared Function Create(factory As ImagingFactory) As JpegBitmapDecoder
Parameters
Type Name Description
ImagingFactory factory

The factory.

Returns
Type Description
JpegBitmapDecoder

Create(ImagingFactory, Guid)

Initializes a new instance of the JpegBitmapDecoder class.

Declaration
public static JpegBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)
Public Shared Function Create(factory As ImagingFactory, guidVendorRef As Guid) As JpegBitmapDecoder
Parameters
Type Name Description
ImagingFactory factory

The factory.

Guid guidVendorRef

The GUID vendor ref.

Returns
Type Description
JpegBitmapDecoder