Creates and initializes new AviDrawWatermarkEventArgs object.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Sub New ( _
bitmap As Bitmap, _
frameIndex As Integer, _
time As Integer, _
intermediateFrame As Boolean _
)
public AviDrawWatermarkEventArgs(
Bitmap bitmap,
int frameIndex,
int time,
bool intermediateFrame
)
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.Type: System.Int32
An integer value specifying the index of the current frame. You can change it later using the FrameIndex property.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.Type: System.Boolean
A Boolean value indicating whether the current frame is intermediate. You can change it later using the IntermediateFrame property.