Rename bounds -> rectangle
This commit is contained in:
parent
f80e81bf9f
commit
4d49156dac
14 changed files with 31 additions and 31 deletions
|
@ -1,15 +1,15 @@
|
|||
# Display
|
||||
# Display Object
|
||||
|
||||
* `id` Number - Unique identifier associated with the display.
|
||||
* `rotation` Number - Can be 0, 90, 180, 270, represents screen rotation in
|
||||
clock-wise degrees.
|
||||
* `scaleFactor` Number - Output device's pixel scale factor.
|
||||
* `touchSupport` String - Can be `available`, `unavailable`, `unknown`.
|
||||
* `bounds` [Bounds](bounds.md)
|
||||
* `bounds` [Rectangle](rectangle.md)
|
||||
* `size` Object
|
||||
* `height` Number
|
||||
* `width` Number
|
||||
* `workArea` [Bounds](bounds.md)
|
||||
* `workArea` [Rectangle](rectangle.md)
|
||||
* `workAreaSize` Object
|
||||
* `height` Number
|
||||
* `width` Number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue