PlainFrameCollection.GetEnumerator Method

Returns an enumerator for the entire PlainFrameCollection.

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

Syntax

C#
public virtual IEnumerator<PsdFrame> GetEnumerator()

Return Value

An enumerator for the entire PlainFrameCollection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference