WebPReader.Frames Property

Gets a collection of WebPFrame.

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

Syntax

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

Property Value

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

See Also

Reference