get_monitor_at_point


Description:

public int get_monitor_at_point (int x, int y)

Returns the monitor number in which the point (x,y) is located.

Note:

Use gdk_display_get_monitor_at_point instead

Parameters:

this

a Screen.

x

the x coordinate in the virtual screen.

y

the y coordinate in the virtual screen.

Returns:

the monitor number in which the point (x,y) lies, or a monitor close to (x,y) if the point is not in any monitor.