Rectangle2D
Overview
A 2D rectangle used to describe the bounds of an object. It is defined by a location (minX, minY) and dimension (width x height).
Profile: common
Variable Summary
| name | type | Default Value | description |
|---|---|---|---|
| minX | Number | 0.0 |
The x coordinate of the upper-left corner of this |
| minY | Number | 0.0 |
The y coordinate of the upper-left corner of this |
| width | Number | 0.0 |
The width of this |
| height | Number | 0.0 |
The height of this |
| maxX | Number |
The x coordinate of the lower-right corner of this |
|
| maxY | Number |
The y coordinate of the lower-right corner of this |
