Table of Contents

Class GifBitmapDecoder

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Gif bitmap encoder using BitmapDecoder initialized with default guid Gif.

public class GifBitmapDecoder : BitmapDecoder
Inheritance
GifBitmapDecoder
Inherited Members

Constructors

GifBitmapDecoder(ImagingFactory)

Initializes a new instance of the GifBitmapDecoder class.

public GifBitmapDecoder(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

GifBitmapDecoder(ImagingFactory, Guid)

Initializes a new instance of the GifBitmapDecoder class.

public GifBitmapDecoder(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef Guid

The GUID vendor ref.

GifBitmapDecoder(nint)

Initializes a new instance of the GifBitmapDecoder class.

public GifBitmapDecoder(nint nativePtr)

Parameters

nativePtr nint

The native PTR.