GifEncoder.Save 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)
Syntaxpublic void Save(
Stream stream,
GifFrameCollection frameCollection,
ProgressEventHandler progress
)
Public Sub Save (
stream As Stream,
frameCollection As GifFrameCollection,
progress As ProgressEventHandler
)
Parameters
- stream
- Type: System.IO.Stream
The stream to save the image into. - frameCollection
- Type: Atalasoft.Imaging.Codec.GifFrameCollection
The GifFrameCollection containing information about each frame in the animation.
- progress
- Type: Atalasoft.Imaging.ProgressEventHandler
The progress delegate. Can be set to null (Nothing in
Visual Basic).
See Also