Click or drag to resize
ScreenRecorderStart Method (String, IntPtr, Boolean)
Starts recording the content of window specified by its handle, to the specified file.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static bool Start(
	string filename,
	IntPtr hWnd,
	bool automatic
)

Parameters

filename
Type: SystemString
The name of the file where the recorded content is stored.
hWnd
Type: SystemIntPtr
Handle to the windows for which to record content. Use the Handle property to get the window handle for a control.
automatic
Type: SystemBoolean
True if the system should add frames automatically at the given frame rate, false if not.

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ExceptionThe screen recorder is not enabled.
Version Information

Supported in: 1.0.0.0
See Also