SimpleBounds
Basic rectangular area specified by four values.
The values can be considered as specifying the top-left and bottom-right corners.
(left
, top
) & (right
, bottom
)
Used by DisplayConfiguration
Name | Type | Min Version |
---|---|---|
bottom | number | NA |
left | number | NA |
right | number | NA |
top | number | NA |