Click or drag to resize

GifDecoderFrames Property

Gets a GifFrameCollection from an animated GIF.

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 GifFrameCollection Frames { get; }

Property Value

Type: GifFrameCollection
A GifFrameCollection containing information about the annimated GIF.
See Also