The AviWatermark type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Dispose |
Releases all resources used by this LockableObject. (Inherited from LockableObject.) |
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
Name | Description | |
---|---|---|
Bitmap |
Gets/sets the Aurigma.GraphicsMill.Bitmap which you want to use as a bitmap watermark. |
|
BitmapCombineMode |
Gets/sets the combine mode of the bitmap watermark. |
|
BitmapOffset |
Gets/sets the position of the bitmap watermark relatively the top left corner of a frame. |
|
BitmapVisible |
Gets/sets the value which specify whether to display the bitmap watermark. |
|
IsDisposed | (Inherited from LockableObject.) | |
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |
|
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. |
|
TimerFont |
Gets/sets font settings of the timer watermark. |
|
TimerFormat |
Gets/sets the timer watermark format string when the timestamp is displayed. |
|
TimerFormatProvider |
Gets/sets the object which will format the timer watermark when it displays the timestamp. |
|
TimerOffset |
Gets/sets the position of the timer watermark relatively the top left corner of a frame. |
|
TimerPrefix |
Gets/sets the text which should be displayed before the timer watermark. |
|
TimerStyle |
Gets/sets the style of the timer watermark. |
|
TimerSuffix |
Gets/sets the text which should be displayed after the timer watermark. |
|
TimerVisible |
Gets/sets the value which specify whether to display the timer watermark. |
Name | Description | |
---|---|---|
DrawingWatermark |
Fires for each frame added to the writer object before the standard watermarks are drawn. |
|
DrawnWatermark |
Fires for each frame added to the writer object after all standard watermarks are drawn. |