Method dialog.XY
Overload
Sets dialog position in screen.
public dialog XY(Coord x, Coord y, bool rawXY = false)
Parameters
|
x (Coord)
X position in screen. If |
|
y (Coord)
Y position in screen. If |
|
rawXY (bool)
x y are relative to the primary screen (ignore dialog.InScreen etc). |