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

AviDrawWatermarkEventArgs Constructor

Creates and initializes new AviDrawWatermarkEventArgs object.

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

Syntax

Visual Basic
Public Sub New ( _
        bitmap
As Bitmap, _
        frameIndex
As Integer, _
        time
As Integer, _
        intermediateFrame
As Boolean _
)
C#
public AviDrawWatermarkEventArgs(
       
Bitmap bitmap,
       
int frameIndex,
       
int time,
       
bool intermediateFrame
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

An instance of the Bitmap class containing the bitmap in the current frame. You can change it later using the Bitmap property.
frameIndex

Type: System.Int32

An integer value specifying the index of the current frame. You can change it later using the FrameIndex property.
time

Type: System.Int32

An integer value specifying the timing of the current frame (measured in 1/100 of seconds). You can change it later using the Time property.
intermediateFrame

Type: System.Boolean

A Boolean value indicating whether the current frame is intermediate. You can change it later using the IntermediateFrame property.

See Also

Reference