Parsec

ParsecRect

Rectangle defined by the coordinates of its upper-left and lower-right corners.

Member of ParsecOutput.

Fields

TypeNameDescription
int32_tleftSpecifies the x-coordinate of the upper-left corner of the rectangle.
int32_ttopSpecifies the y-coordinate of the upper-left corner of the rectangle.
int32_trightSpecifies the x-coordinate of the lower-right corner of the rectangle.
int32_tbottomSpecifies the y-coordinate of the lower-right corner of the rectangle.
int32_trightUnscaledSpecifies the x-coordinate of the lower-right corner of the rectangle for unscaled dimensions. Only applies to MacOS Retina displays.
int32_tbottomUnscaledSpecifies the y-coordinate of the lower-right corner of the rectangle for unscaled dimensions. Only applies to MacOS Retina displays.