[]
        
(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)
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)
Parameters
Type Name Description
ImagingFactory factory

The factory.

BitmapFrameDecode frameDecoder

The frame decoder.

Returns
Type Description
FastMetadataEncoder