Click or drag to resize

APICaptureScreenshot Method

Captures bitmap image of the primary display screen and saves to specified file.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public void CaptureScreenshot(
	string PathToSaveBitmap
)

Parameters

PathToSaveBitmap
Type: SystemString

[Missing <param name="PathToSaveBitmap"/> documentation for "M:AppRobotic.API.CaptureScreenshot(System.String)"]

See Also