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

IFrameEnumerator.LoadNextFrame Method

Moves to the next frame in a sequence and returns it as an IFrame object.

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

Syntax

Visual Basic
Function LoadNextFrame As IFrame
C#
                IFrame LoadNextFrame()

Return Value

The next frame in a sequence as an object implementing the IFrame interface.

Remarks

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

See Also

Reference