[]
        
(Showing Draft Content)

C1.Util.DX.WIC.FastMetadataEncoder

FastMetadataEncoder Class

IWICFastMetadataEncoder

Inheritance
FastMetadataEncoder
Implements
Namespace: C1.Util.DX.WIC
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("B84E2C09-78C9-4AC4-8BD3-524AE1663A2F")]
public class FastMetadataEncoder : ComObject, IDisposable, IUnknown

Constructors

Name Description
FastMetadataEncoder(IntPtr)

Initializes a new instance of the FastMetadataEncoder class.

Methods

Name Description
Commit()

HRESULT IWICFastMetadataEncoder::Commit()

Create(ImagingFactory, BitmapDecoder)

Initializes a new instance of the FastMetadataEncoder class from a BitmapDecoder

Create(ImagingFactory, BitmapFrameDecode)

Initializes a new instance of the FastMetadataEncoder class from a BitmapFrameDecode

GetMetadataQueryWriter()

HRESULT IWICFastMetadataEncoder::GetMetadataQueryWriter([Out] IWICMetadataQueryWriter** ppIMetadataQueryWriter)

Operators

Name Description
explicit operator FastMetadataEncoder(IntPtr)

Performs an explicit conversion from IntPtr to FastMetadataEncoder.