[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.GifBitmapDecoder

Class GifBitmapDecoder

Namespace
GrapeCity.Documents.DX.WIC
Assembly
GcDocs.DX.Windows.dll

Gif bitmap encoder using BitmapDecoder initialized with default guid Gif.

public class GifBitmapDecoder : BitmapDecoder, IDisposable, IUnknown
Inheritance
GifBitmapDecoder
Implements
Inherited Members

Constructors

GifBitmapDecoder(IntPtr)

Initializes a new instance of the GifBitmapDecoder class.

public GifBitmapDecoder(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native PTR.

Methods

Create(ImagingFactory)

Initializes a new instance of the GifBitmapDecoder class.

public static GifBitmapDecoder Create(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

Returns

GifBitmapDecoder

Create(ImagingFactory, Guid)

Initializes a new instance of the GifBitmapDecoder class.

public static GifBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef Guid

The GUID vendor ref.

Returns

GifBitmapDecoder