Aurigma Graphics Mill 5.5 for .NET
AviCustomTransition Class
This class represents the custom transition effect.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Syntax
Visual Basic
Public Class AviCustomTransition _ Inherits AviTransition
C#
public class AviCustomTransition : AviTransition
Remarks
You can implement your custom transitions in two ways.
- Provide DrawTransition event handler.
- Inherit this class and override the OnDrawTransition(Bitmap, Bitmap, Bitmap, Int32, Int32) method.
You can read about it more detailed in the Creating Transition Effect topic of AVI Processor Addon manual.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.LockableObject
L
Aurigma.GraphicsMill.Codecs..::.AviTransition
L
Aurigma.GraphicsMill.Codecs..::.AviCustomTransition
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.