Show / Hide Table of Contents

Operator PopupXY.implicit operator(+ 1 overload)


Overload

Creates new PopupXY that specifies position relative to the work area of the primary screen.

public static implicit operator PopupXY((Coord x, Coord y) p)
Parameters
p  ((Coord x, Coord y))
Returns
PopupXY

Overload(top)

Creates new PopupXY that specifies position relative to the primary screen (not to the work area).

public static implicit operator PopupXY(POINT p)
Parameters
p  (POINT)
Returns
PopupXY