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

WMReader.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
Public ReadOnly Property Current As Object
C#
public Object Current { get; }

Property Value

A current frame.

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