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

AviWatermark Members

The AviWatermark type exposes the following members.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method Dispose

Releases all resources used by this LockableObject.

(Inherited from LockableObject.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

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.

Events

Name Description
Public event DrawingWatermark

Fires for each frame added to the writer object before the standard watermarks are drawn.

Protected event DrawnWatermark

Fires for each frame added to the writer object after all standard watermarks are drawn.

See Also

Reference