C1.Win.C1DX.4.8 Assembly / C1.Util.DX.WIC Namespace / GifBitmapEncoder Class


GifBitmapEncoder Class Methods

For a list of all members of this type, see GifBitmapEncoder members.

Public Methods
 NameDescription
Public MethodHRESULT IWICBitmapEncoder::Commit() (Inherited from C1.Util.DX.WIC.BitmapEncoder)
Public Methodstatic (Shared in Visual Basic)Overloaded. Initializes a new instance of the GifBitmapEncoder class.  
Public MethodHRESULT IWICBitmapEncoder::CreateNewFrame([Out, Fast] IWICBitmapFrameEncode** ppIFrameEncode,[Out, Fast] IPropertyBag2** ppIEncoderOptions) (Inherited from C1.Util.DX.WIC.BitmapEncoder)
Public MethodOverloaded. Clean up any resources being used. (Inherited from C1.Util.DX.WIC.BitmapEncoder)
Public MethodHRESULT IWICBitmapEncoder::GetContainerFormat([Out] GUID* pguidContainerFormat) (Inherited from C1.Util.DX.WIC.BitmapEncoder)
Public MethodHRESULT IWICBitmapEncoder::GetEncoderInfo([Out] IWICBitmapEncoderInfo** ppIEncoderInfo) (Inherited from C1.Util.DX.WIC.BitmapEncoder)
Public MethodHRESULT IWICBitmapEncoder::GetMetadataQueryWriter([Out] IWICMetadataQueryWriter** ppIMetadataQueryWriter) (Inherited from C1.Util.DX.WIC.BitmapEncoder)
Public MethodOverloaded. Initializes the encoder with the provided stream. (Inherited from C1.Util.DX.WIC.BitmapEncoder)
Public MethodOverloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject)
Public MethodOverloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject)
Public MethodOverloaded. Sets the ColorContext objects for the encoder. (Inherited from C1.Util.DX.WIC.BitmapEncoder)
Public MethodHRESULT IWICBitmapEncoder::SetPalette([In, Optional] IWICPalette* pIPalette) (Inherited from C1.Util.DX.WIC.BitmapEncoder)
Public MethodHRESULT IWICBitmapEncoder::SetPreview([In, Optional] IWICBitmapSource* pIPreview) (Inherited from C1.Util.DX.WIC.BitmapEncoder)
Public MethodHRESULT IWICBitmapEncoder::SetThumbnail([In, Optional] IWICBitmapSource* pIThumbnail) (Inherited from C1.Util.DX.WIC.BitmapEncoder)
Top
Protected Methods
 NameDescription
Protected MethodReleases unmanaged resources and performs other cleanup operations before the C1.Util.DX.DisposeBase is reclaimed by garbage collection. (Inherited from C1.Util.DX.DisposeBase)
Protected MethodOverloaded. Initializes this instance with a pointer from a temporary object and set the pointer of the temporary object to IntPtr.Zero. (Inherited from C1.Util.DX.CppObject)
Protected MethodMethod called when the NativePointer is updated. (Inherited from C1.Util.DX.ComObject)
Protected MethodMethod called when NativePointer is going to be update. (Inherited from C1.Util.DX.ComObject)
Protected MethodQuery Interface for a particular interface support and attach to the given instance. (Inherited from C1.Util.DX.ComObject)
Top
See Also