Get window position and size on the screen as UI rect. Returned rect contains position and size of the whole window, including window frame decoration. Position is in unified global screen coordinate space with 1:1 pixel mapping. Origin (0,0) is in general top-left corner of the pr
()
| 105 | * @return UI window rect |
| 106 | */ |
| 107 | public abstract IRect getWindowRect(); |
| 108 | |
| 109 | /** |
| 110 | * <p>Get window content position and size in the window as UI rect.</p> |
no outgoing calls
no test coverage detected