FrameCollectionBase.GetEnumerator Method

Returns an enumerator for the entire FrameCollectionBase.

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

Syntax

C#
public virtual IEnumerator<Frame> GetEnumerator()

Return Value

An enumerator for the entire FrameCollectionBase.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference