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

AviDrawWatermarkEventArgs.Time Property

Returns an time passed from the beginning of the movie to the current frame.

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

Syntax

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

Property Value

An integer value specifying the timing of the current frame (measured in 1/100 of seconds).

See Also

Reference