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

AviDrawWatermarkEventArgs.FrameIndex Property

Returns an index of the frame which is about to be watermarked in this event handler.

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

Syntax

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

Property Value

An integer value specifying the index of the current frame.

See Also

Reference