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

AviStripesTransition Class

This class represents the transition effect based on sliding stripes.

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

Syntax

Visual Basic
Public NotInheritable Class AviStripesTransition _
	Inherits AviTransition
C#
public sealed class AviStripesTransition : AviTransition

Remarks

This transition should be assigned to the Transition property of the AviFrame you want to apply the transition effect for. The length of the transition is specified by the AviFrame.IntermediateFrameCount property.

When this transition is used, the frames are alternated by separating to stripes and sliding in or out horizontally. A number of stripes is configured with the StripeCount property. Direction of sliding is specified by the Mode property.

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