Method uiimage.PostClickR
Overload
Posts mouse-right-click messages to the window, using coordinates in the found image.
public void PostClickR(Coord x = default, Coord y = default)
Parameters
|
x (Coord)
X coordinate in the found image. Default - center. Examples: |
|
y (Coord)
Y coordinate in the found image. Default - center. |
Exceptions
|
InvalidOperationException
area is Bitmap or Screen. |
|
AuException
Failed to get UI element rectangle (when searched in a UI element). |
Remarks
Does not move the mouse. Does not wait until the target application finishes processing the message. Works not with all elements.