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

AviDrawTransitionEventArgs.NextBitmap Property

Gets Bitmap object which specifies the next key frame.

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

Syntax

Visual Basic
Public ReadOnly Property NextBitmap As Bitmap
C#
public Bitmap NextBitmap { get; }

Property Value

Bitmap object which specifies the next key frame.

See Also

Reference