Window.getOrigin

Obtains the position of a window in root window coordinates. (Compare with Window.getPosition and Window.getGeometry which return the position of a window relative to its parent window.)

class Window
int
getOrigin
(
out int x
,
out int y
)

Parameters

x int

return location for X coordinate

y int

return location for Y coordinate

Return Value

Type: int

not meaningful, ignore