Show / Hide Table of Contents

Method ocr.MouseClick


Overload

Clicks the found text (the first word).

public MRelease MouseClick(Coord x = default, Coord y = default, MButton button = MButton.Left, int word = 0)
Parameters
x  (Coord)

X coordinate in the word. Default - center. Examples: 10, ^10 (reverse), .5f (fraction).

y  (Coord)

Y coordinate in the word. Default - center.

button  (MButton)

Which button and how to use it.

word  (int)

Word index offset from ocr.FoundWordIndex.

Returns
MRelease
Exceptions
InvalidOperationException

area is Bitmap.

Exception

Exceptions of mouse.clickEx.

Remarks

Calls mouse.clickEx.