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

AviCustomTransition Constructor (AviDrawTransitionEventHandler)

Creates and initializes new AviCustomTransition class instance.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)

Syntax

Visual Basic
Public Sub New ( _
	drawTransitionHandler As AviDrawTransitionEventHandler _
)
C#
public AviCustomTransition(
	AviDrawTransitionEventHandler drawTransitionHandler
)

Parameters

drawTransitionHandler

Type: Aurigma.GraphicsMill.Codecs.AviDrawTransitionEventHandler

DrawTransition event handler.

See Also

Reference