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

AviDrawWatermarkEventArgs.IntermediateFrame Property

Indicates whether the current frame is intermediate (i.e. whether it is a result of interpolation between two frames added to the writer object or the frame added to the writer itself).

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

Syntax

Visual Basic
Public ReadOnly Property IntermediateFrame As Boolean
C#
public bool IntermediateFrame { get; }

Property Value

A Boolean value indicating whether the current frame is intermediate.

See Also

Reference