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

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
)

Remarks

This delegate is used for these events of the AviWatermark class:

You can use these events are used to provide additional watermarking functionality.

See Also

Reference