Method ocr.MouseClickR
Overload
Right-clicks the found text (the first word).
public void MouseClickR(Coord x = default, Coord y = default, int word = 0)
Parameters
x (Coord)
X coordinate in the word. Default - center. Examples: |
y (Coord)
Y coordinate in the word. Default - center. |
word (int)
Word index offset from ocr.FoundWordIndex. |
Exceptions
InvalidOperationException
area is Bitmap. |
Exception
Exceptions of mouse.clickEx. |
Remarks
Calls mouse.clickEx.