PxRectF Structure
typedef struct { ... } PxRectF;
A 2D rectangle with single-precision corners; also used to carry a line segment.
Instance Properties
| Name | Summary |
|---|---|
| bottomright | The bottom-right corner. |
| topleft | The top-left corner. |
typedef struct { ... } PxRectF;
A 2D rectangle with single-precision corners; also used to carry a line segment.
| Name | Summary |
|---|---|
| bottomright | The bottom-right corner. |
| topleft | The top-left corner. |