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

AviDrawTransitionEventArgs.ResultBitmap Property

Gets Bitmap object which should contain the result.

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

Syntax

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

Property Value

Bitmap object which should contain the result. This bitmap already has the necessary size and there is no need to reinitialize it. You should draw the result of PreviousBitmap and NextBitmap combine.

See Also

Reference