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)
Public Delegate Sub AviDrawTransitionEventHandler ( _
sender As Object, _
e As AviDrawTransitionEventArgs _
)
public delegate void AviDrawTransitionEventHandler(
Object sender,
AviDrawTransitionEventArgs e
)
Type: System.Object
This delegate is used for the DrawTransition event of the AviCustomTransition class.