Class GifBitmapDecoder
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
ImagingFactoryThe factory.
GifBitmapDecoder(ImagingFactory, Guid)
Initializes a new instance of the GifBitmapDecoder class.
public GifBitmapDecoder(ImagingFactory factory, Guid guidVendorRef)
Parameters
factory
ImagingFactoryThe factory.
guidVendorRef
GuidThe GUID vendor ref.
GifBitmapDecoder(nint)
Initializes a new instance of the GifBitmapDecoder class.
public GifBitmapDecoder(nint nativePtr)
Parameters
nativePtr
nintThe native PTR.