Aurigma Graphics Mill 5.5 for .NET
AviDrawWatermarkEventHandler Delegate
This delegate represents the method that will handle events which are raised when the writer object draw the watermark on frames which are added.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Syntax
Visual Basic
Public Delegate Sub AviDrawWatermarkEventHandler ( _ sender As Object, _ e As AviDrawWatermarkEventArgs _ )
C#
public delegate void AviDrawWatermarkEventHandler( Object sender, AviDrawWatermarkEventArgs e )
Parameters
- sender
-
Type: System..::.Object
Remarks
This delegate is used for these events of the AviWatermark class:
You can use these events are used to provide additional watermarking functionality.