This delegate represents the method that will handle events which are raised when the writer object needs to generate a frame for transition effect.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)

Syntax

Visual Basic

Public Delegate Sub AviDrawTransitionEventHandler ( _
	sender As Object, _
	e As AviDrawTransitionEventArgs _
)

C#

public delegate void AviDrawTransitionEventHandler(
	Object sender,
	AviDrawTransitionEventArgs e
)

Remarks

This delegate is used for the DrawTransition event of the AviCustomTransition class.