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

DSReader.LoadCurrentFrame Method

Returns a current frame as an IFrame object.

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

Syntax

Visual Basic
Public Function LoadCurrentFrame As IFrame
C#
public IFrame LoadCurrentFrame()

Return Value

A current frame 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