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

AviWatermark Properties

The AviWatermark type exposes the following members.

Properties

Name Description
Public property Bitmap

Gets/sets the Aurigma.GraphicsMill.Bitmap which you want to use as a bitmap watermark.

Public property BitmapCombineMode

Gets/sets the combine mode of the bitmap watermark.

Public property BitmapOffset

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

Public property BitmapVisible

Gets/sets the value which specify whether to display the bitmap watermark.

Public property IsDisposed (Inherited from LockableObject.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)
Public property TimerBrush

Gets/sets the solid brush object used to draw the timer watermark. In fact, this property is used to specify the color of the timer watermark.

Public property TimerFont

Gets/sets font settings of the timer watermark.

Public property TimerFormat

Gets/sets the timer watermark format string when the timestamp is displayed.

Public property TimerFormatProvider

Gets/sets the object which will format the timer watermark when it displays the timestamp.

Public property TimerOffset

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

Public property TimerPrefix

Gets/sets the text which should be displayed before the timer watermark.

Public property TimerStyle

Gets/sets the style of the timer watermark.

Public property TimerSuffix

Gets/sets the text which should be displayed after the timer watermark.

Public property TimerVisible

Gets/sets the value which specify whether to display the timer watermark.

See Also

Reference