ScreenshotMakerSetScreenshotArea Method (Int32, Int32, Int32, Int32)ByteScout Text Recognition SDK
Sets coordinates of area to take screenshot from.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public void SetScreenshotArea(
	int left,
	int top,
	int width,
	int height
)

Parameters

left
Type: SystemInt32
Left (X) coordinate of the rectangle.
top
Type: SystemInt32
Top (Y) coordinate of the rectangle.
width
Type: SystemInt32
Width of the rectangle.
height
Type: SystemInt32
Height of the rectangle.
See Also

Reference