Creates and initializes new AviDrawTransitionEventArgs instance.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Sub New ( _ previousBitmap As Bitmap, _ resultBitmap As Bitmap, _ nextBitmap As Bitmap, _ intermediateFrameIndex As Integer, _ intermediateFrameCount As Integer _ )
public AviDrawTransitionEventArgs( Bitmap previousBitmap, Bitmap resultBitmap, Bitmap nextBitmap, int intermediateFrameIndex, int intermediateFrameCount )
Type: Aurigma.GraphicsMill.Bitmap
Bitmap object which specifies the previous key frame.Type: Aurigma.GraphicsMill.Bitmap
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.Type: Aurigma.GraphicsMill.Bitmap
Bitmap object which specifies the next key frame.Type: System.Int32
An index of the current intermediate frame.Type: System.Int32
Total count of intermediate frames.