public interface IScreen
Modifier and Type | Method and Description |
---|---|
ScreenImage |
capture() |
ScreenImage |
capture(int x,
int y,
int w,
int h) |
ScreenImage |
capture(Rectangle rect) |
ScreenImage |
capture(Region reg) |
Rectangle |
getBounds() |
IRobot |
getRobot() |
IRobot getRobot()
Rectangle getBounds()
ScreenImage capture()
ScreenImage capture(int x, int y, int w, int h)
ScreenImage capture(Rectangle rect)
ScreenImage capture(Region reg)