|
MSP Graphics Library
|
#include <grlib.h>
Data Fields | |
| int16_t | xMin |
| The minimum X coordinate of the rectangle. | |
| int16_t | yMin |
| The minimum Y coordinate of the rectangle. | |
| int16_t | xMax |
| The maximum X coordinate of the rectangle. | |
| int16_t | yMax |
| The maximum Y coordinate of the rectangle. | |
This structure defines the extents of a rectangle. All points greater than or equal to the minimum and less than or equal to the maximum are part of the rectangle.