Click or drag to resize
ScreenRecorderAddFrame Method (Bitmap)
Adds a frame to the output video. The bitmap will be automatically disposed once it has been encoded.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static void AddFrame(
	Bitmap bitmap
)

Parameters

bitmap
Type: System.DrawingBitmap
Remarks
This method always records a frame regardless of the StartTime and StopTime properties.
Version Information

Supported in: 1.0.0.0
See Also