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

AviDrawWatermarkEventArgs.Bitmap Property

Returns the bitmap representing the current frame. You should draw the watermark on this bitmap.

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

Syntax

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

Property Value

An instance of the Bitmap class containing the bitmap in the current frame.

See Also

Reference