Show / Hide Table of Contents

Method ocr.MouseClickD


Overload

Double-clicks the found text (the first word).

public void MouseClickD(Coord x = default, Coord y = default, 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.

word  (int)

Word index offset from ocr.FoundWordIndex.

Exceptions
InvalidOperationException

area is Bitmap.

Exception

Exceptions of mouse.clickEx.

Remarks

Calls mouse.clickEx.