Show / Hide Table of Contents

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
MObject
Exceptions
AuWndException

The window handle is 0.

See Also

MObject.Window

Overload(next)

Allows to specify coordinates in the rectangle of a UI element.

public static implicit operator MObject(elm e)
Parameters
e  (elm)
Returns
MObject
Exceptions
ArgumentNullException

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
MObject
Exceptions
ArgumentNullException

Overload(next)

Allows to specify coordinates in a rectangle anywhere on screen.

public static implicit operator MObject(RECT r)
Parameters
r  (RECT)
Returns
MObject

See Also

MObject.RectInWindow

Overload(next)

Allows to specify coordinates in a screen.

public static implicit operator MObject(screen s)
Parameters
s  (screen)
Returns
MObject

See Also

MObject.Screen

Overload(top)

Allows to specify coordinates relative to mouse.xy or mouse.lastXY.

public static implicit operator MObject(bool useLastXY)
Parameters
useLastXY  (bool)
Returns
MObject