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

AviWatermark.TimerOffset Property

Gets/sets the position of the timer watermark relatively the top left corner of a frame.

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

Syntax

Visual Basic
Public Property TimerOffset As Point
C#
public Point TimerOffset { get; set; }

Property Value

Point value which specifies the coordinates of the timer watermark (its top left corner) relatively top left corner of a frame. It is measured in pixels.

Remarks

Note

This property makes sense only if the timer watermark is enabled (i.e. the TimerVisible property is set to true).

See Also

Reference