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

WMReader.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
Public Function LoadNextFrame As IFrame
C#
public IFrame LoadNextFrame()

Return Value

The next frame in a sequence as an object implementing the IFrame interface. If to try to load a frame after the end of a movie, null is returned.

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