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
Returns
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) |