This documentation is for the old version. Go to the latest Graphics Mill docs

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.

  1. Provide DrawTransition event handler.
  2. 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

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also

Reference