getPosition()
gets the position of a window
getPosition(): IPosition;
Returns:
An object with left and top coordinates of a window.
Example
var position = dhxWindow.getPosition(); // -> {left: 480, top: 234}
Related sample: Window. Get/Set Window Position