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)
Public Event DrawTransition As AviDrawTransitionEventHandler
public event AviDrawTransitionEventHandler DrawTransition
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).