Window.getOrigin

Obtains the position of a window in root window coordinates. (Compare with gdk_window_get_position() and gdk_window_get_geometry() 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

Meta