Aurigma Graphics Mill 5.5 for .NET
AviCustomTransition..::.DrawTransition Event
Fires each time when next frame for transition effect should be generated.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Syntax
Visual Basic
Public Event DrawTransition As AviDrawTransitionEventHandler
C#
public event AviDrawTransitionEventHandler DrawTransition
Remarks
One way to provide your custom transition effect is to handle this event. Alternative way is to inherit from this class and override the OnDrawTransition(Bitmap, Bitmap, Bitmap, Int32, Int32) method (which has the same arguments as this event).