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