[]
        
(Showing Draft Content)

C1.Util.DX.WIC.MetadataQueryWriter

MetadataQueryWriter Class

IWICMetadataQueryWriter

Inheritance
MetadataQueryWriter
Implements
Namespace: C1.Util.DX.WIC
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("A721791A-0DEF-4d06-BD91-2118BF1DB10B")]
public class MetadataQueryWriter : MetadataQueryReader, IDisposable, IUnknown

Constructors

Name Description
MetadataQueryWriter(IntPtr)

Initializes a new instance of the MetadataQueryWriter class.

Methods

Name Description
Create(ImagingFactory, MetadataQueryReader)

Initializes a new instance of the MetadataQueryWriter class from a MetadataQueryReader.

Create(ImagingFactory, MetadataQueryReader, Guid)

Initializes a new instance of the MetadataQueryWriter class from a MetadataQueryReader.

Create(ImagingFactory, Guid)

Initializes a new instance of the MetadataQueryWriter class.

Create(ImagingFactory, Guid, Guid)

Initializes a new instance of the MetadataQueryWriter class.

RemoveMetadataByName(string)

HRESULT IWICMetadataQueryWriter::RemoveMetadataByName([In] const wchar_t* wzName)

SetMetadataByName(string, IntPtr)

HRESULT IWICMetadataQueryWriter::SetMetadataByName([In] const wchar_t* wzName,[In] const void* pvarValue)

SetMetadataByName(string, object)

Sets the value for a metadata name

Operators

Name Description
explicit operator MetadataQueryWriter(IntPtr)

Performs an explicit conversion from IntPtr to MetadataQueryWriter.