The AviDrawWatermarkEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AviDrawWatermarkEventArgs |
Creates and initializes new AviDrawWatermarkEventArgs object. |
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
|
Bitmap |
Returns the bitmap representing the current frame. You should draw the watermark on this bitmap. |
|
|
FrameIndex |
Returns an index of the frame which is about to be watermarked in this event handler. |
|
|
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). |
|
|
Time |
Returns an time passed from the beginning of the movie to the current frame. |