GifEncoderSave Method (Stream, GifFrameCollection, ProgressEventHandler) |
Saves an animated GIF image.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Save(
Stream stream,
GifFrameCollection frameCollection,
ProgressEventHandler progress
)
Public Sub Save (
stream As Stream,
frameCollection As GifFrameCollection,
progress As ProgressEventHandler
)
Parameters
- stream
- Type: System.IOStream
The stream to save the image into. - frameCollection
- Type: Atalasoft.Imaging.CodecGifFrameCollection
The GifFrameCollection containing information about each frame in the animation.
- progress
- Type: Atalasoft.ImagingProgressEventHandler
The progress delegate. Can be set to null (Nothing in
Visual Basic).
See Also