[]
IWICFastMetadataEncoder
[Guid("B84E2C09-78C9-4AC4-8BD3-524AE1663A2F")]
public class FastMetadataEncoder : ComObject, IDisposable, IUnknown
Initializes a new instance of the FastMetadataEncoder class.
public FastMetadataEncoder(IntPtr nativePtr)
nativePtr System.IntPtrThe native pointer.
HRESULT IWICFastMetadataEncoder::Commit()
public void Commit()
Initializes a new instance of the FastMetadataEncoder class from a BitmapDecoder
public static FastMetadataEncoder Create(ImagingFactory factory, BitmapDecoder decoder)
factory ImagingFactoryThe factory.
decoder BitmapDecoderThe decoder.
Initializes a new instance of the FastMetadataEncoder class from a BitmapFrameDecode
public static FastMetadataEncoder Create(ImagingFactory factory, BitmapFrameDecode frameDecoder)
factory ImagingFactoryThe factory.
frameDecoder BitmapFrameDecodeThe frame decoder.
HRESULT IWICFastMetadataEncoder::GetMetadataQueryWriter([Out] IWICMetadataQueryWriter** ppIMetadataQueryWriter)
public MetadataQueryWriter GetMetadataQueryWriter()
Performs an explicit conversion from System.IntPtr to FastMetadataEncoder.
public static explicit operator FastMetadataEncoder(IntPtr nativePointer)
nativePointer System.IntPtr