This documentation is for the old version. Go to the latest Graphics Mill docs

IFrameEnumerator.Current Property

Returns a current frame as an Object.

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

Syntax

Visual Basic
ReadOnly Property Current As Object
C#
                Object Current { get; }

Property Value

A current frame.

Implements

IEnumerator.Current

Remarks

This property is used when one cannot get the frame by index and have to iterate through all frames of the movie.

You may use the LoadCurrentFrame() method instead.

See Also

Reference