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)
Public Delegate Sub AviDrawWatermarkEventHandler ( _ sender As Object, _ e As AviDrawWatermarkEventArgs _ )
public delegate void AviDrawWatermarkEventHandler( Object sender, AviDrawWatermarkEventArgs e )
This delegate is used for these events of the AviWatermark class:
You can use these events are used to provide additional watermarking functionality.