Method PopupXY.In
Overload
Creates new PopupXY that specifies position in a rectangle. For example of the owner window.
public static PopupXY In(RECT r, Coord x = default, Coord y = default)
Parameters
r (RECT)
Rectangle relative to the primary screen. |
x (Coord)
X relative to the rectangle. Default - center. |
y (Coord)
Y relative to the rectangle. Default - center. |