public interface MultiScreenCapable
T-Plan Robot Enterprise, (C) 2009-2025 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
int |
getScreen(int x,
int y)
Find out the screen (display) number for the specified point.
|
int |
getScreenCount()
Get the number of screens.
|
Rectangle |
getScreenGeometry(int screen) |
int getScreen(int x, int y)
x
- the x coordinate in the Robot coordinate system.y
- the y coordinate in the Robot coordinate system.int getScreenCount()
Rectangle getScreenGeometry(int screen)