Show / Hide Table of Contents

Method uiimage.MouseClick


Overload

Clicks the found image.

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

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

y  (Coord)

Y coordinate in the found image. Default - center.

button  (MButton)

Which button and how to use it.

Returns
MRelease
Exceptions
InvalidOperationException

area is Bitmap.

Exception

Exceptions of mouse.clickEx.

Remarks

Calls mouse.clickEx.