[]
        
(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
object
GifBitmapDecoder
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

GifBitmapDecoder(IntPtr)

Initializes a new instance of the GifBitmapDecoder class.

public GifBitmapDecoder(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native PTR.

Methods

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 System.Guid

The GUID vendor ref.

Returns

GifBitmapDecoder

Create(ImagingFactory)

Initializes a new instance of the GifBitmapDecoder class.

public static GifBitmapDecoder Create(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

Returns

GifBitmapDecoder