[]
Gif bitmap encoder using BitmapDecoder initialized with default guid Gif.
public class GifBitmapDecoder : BitmapDecoder, IDisposable, IUnknown
Initializes a new instance of the GifBitmapDecoder class.
public GifBitmapDecoder(IntPtr nativePtr)
nativePtr System.IntPtrThe native PTR.
Initializes a new instance of the GifBitmapDecoder class.
public static GifBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)
factory ImagingFactoryThe factory.
guidVendorRef System.GuidThe GUID vendor ref.
Initializes a new instance of the GifBitmapDecoder class.
public static GifBitmapDecoder Create(ImagingFactory factory)
factory ImagingFactoryThe factory.