Operator MObject.implicit operator(+ 5 overloads)
Overload
Allows to specify coordinates in the client area of a window or control.
public static implicit operator MObject(wnd w)
Parameters
w (wnd) |
Returns
Exceptions
AuWndException
The window handle is 0. |
See Also
Overload(next)
Allows to specify coordinates in the rectangle of a UI element.
public static implicit operator MObject(elm e)
Parameters
e (elm) |
Returns
Exceptions
Overload(next)
Allows to specify coordinates in the rectangle of an image found in a window etc.
public static implicit operator MObject(uiimage i)
Parameters
i (uiimage) |
Returns
Exceptions
Overload(next)
Allows to specify coordinates in a rectangle anywhere on screen.
public static implicit operator MObject(RECT r)
Parameters
r (RECT) |
Returns
See Also
Overload(next)
Allows to specify coordinates in a screen.
public static implicit operator MObject(screen s)
Parameters
s (screen) |
Returns
See Also
Overload(top)
Allows to specify coordinates relative to mouse.xy or mouse.lastXY.
public static implicit operator MObject(bool useLastXY)
Parameters
useLastXY (bool) |