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

AviDrawWatermarkEventArgs Members

The AviDrawWatermarkEventArgs type exposes the following members.

Constructors

Name Description
Public method AviDrawWatermarkEventArgs

Creates and initializes new AviDrawWatermarkEventArgs object.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Bitmap

Returns the bitmap representing the current frame. You should draw the watermark on this bitmap.

Public property FrameIndex

Returns an index of the frame which is about to be watermarked in this event handler.

Public property IntermediateFrame

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).

Public property Time

Returns an time passed from the beginning of the movie to the current frame.

See Also

Reference