Home > vm-providers > Rectangle
Contains the position and size of a rectangle on the screen.
Signature:
export interface Rectangle extends SimplePosition
Extends: SimplePosition
| Property | Type | Description |
|---|---|---|
| height | number | Height (in pixels) of the rectangle. |
| width | number | Width (in pixels) of the rectangle. |