Aurigma Graphics Mill 5.5 for .NET
AviDrawTransitionEventHandler Delegate
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 )
Parameters
- sender
-
Type: System..::.Object
Remarks
This delegate is used for the DrawTransition event of the AviCustomTransition class.