GifReader.Frames Property

Gets a collection of GifFrame.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public FrameCollection<GifFrame> Frames { get; }

Property Value

A FrameCollection<TFrame> containing frames loaded from the image.

See Also

Reference