Class GifBitmapEncoder
Gif bitmap encoder using BitmapEncoder initialized with default guid Gif.
public class GifBitmapEncoder : BitmapEncoder
- Inheritance
-
GifBitmapEncoder
- Inherited Members
Constructors
GifBitmapEncoder(ImagingFactory)
Initializes a new instance of the GifBitmapEncoder class.
public GifBitmapEncoder(ImagingFactory factory)
Parameters
factory
ImagingFactoryThe factory.
GifBitmapEncoder(ImagingFactory, WICStream)
Initializes a new instance of the GifBitmapEncoder class.
public GifBitmapEncoder(ImagingFactory factory, WICStream stream = null)
Parameters
factory
ImagingFactoryThe factory.
stream
WICStreamThe output stream.
GifBitmapEncoder(ImagingFactory, Guid, WICStream)
Initializes a new instance of the GifBitmapEncoder class.
public GifBitmapEncoder(ImagingFactory factory, Guid guidVendorRef, WICStream stream = null)
Parameters
factory
ImagingFactoryThe factory.
guidVendorRef
GuidThe GUID vendor ref.
stream
WICStreamThe output stream.
GifBitmapEncoder(ImagingFactory, Guid, Stream)
Initializes a new instance of the GifBitmapEncoder class.
public GifBitmapEncoder(ImagingFactory factory, Guid guidVendorRef, Stream stream = null)
Parameters
factory
ImagingFactoryThe factory.
guidVendorRef
GuidThe GUID vendor ref.
stream
StreamThe output stream.
GifBitmapEncoder(ImagingFactory, Stream)
Initializes a new instance of the GifBitmapEncoder class.
public GifBitmapEncoder(ImagingFactory factory, Stream stream = null)
Parameters
factory
ImagingFactoryThe factory.
stream
StreamThe output stream.
GifBitmapEncoder(nint)
Initializes a new instance of the GifBitmapEncoder class.
public GifBitmapEncoder(nint nativePtr)
Parameters
nativePtr
nintThe native PTR.