ParsecRect
Rectangle defined by the coordinates of its upper-left and lower-right corners.
Member of ParsecOutput
.
Fields
Type | Name | Description |
---|---|---|
int32_t | left | Specifies the x-coordinate of the upper-left corner of the rectangle. |
int32_t | top | Specifies the y-coordinate of the upper-left corner of the rectangle. |
int32_t | right | Specifies the x-coordinate of the lower-right corner of the rectangle. |
int32_t | bottom | Specifies the y-coordinate of the lower-right corner of the rectangle. |
int32_t | rightUnscaled | Specifies the x-coordinate of the lower-right corner of the rectangle for unscaled dimensions. Only applies to MacOS Retina displays. |
int32_t | bottomUnscaled | Specifies the y-coordinate of the lower-right corner of the rectangle for unscaled dimensions. Only applies to MacOS Retina displays. |