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

DSReader.CurrentFrameIndex Property

Returns a current frame index.

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

Syntax

Visual Basic
Public ReadOnly Property CurrentFrameIndex As Integer
C#
public int CurrentFrameIndex { get; }

Property Value

An integer value specifying the number of the current frame in the frame sequence.

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