[]
        
(Showing Draft Content)

C1.Util.DX.WIC.FastMetadataEncoder.Create

Create Method

Create(ImagingFactory, BitmapDecoder)

Initializes a new instance of the FastMetadataEncoder class from a BitmapDecoder

Declaration
public static FastMetadataEncoder Create(ImagingFactory factory, BitmapDecoder decoder)
Public Shared Function Create(factory As ImagingFactory, decoder As BitmapDecoder) As FastMetadataEncoder
Parameters
Type Name Description
ImagingFactory factory

The factory.

BitmapDecoder decoder

The decoder.

Returns
Type Description
FastMetadataEncoder

Create(ImagingFactory, BitmapFrameDecode)

Initializes a new instance of the FastMetadataEncoder class from a BitmapFrameDecode

Declaration
public static FastMetadataEncoder Create(ImagingFactory factory, BitmapFrameDecode frameDecoder)
Public Shared Function Create(factory As ImagingFactory, frameDecoder As BitmapFrameDecode) As FastMetadataEncoder
Parameters
Type Name Description
ImagingFactory factory

The factory.

BitmapFrameDecode frameDecoder

The frame decoder.

Returns
Type Description
FastMetadataEncoder