Logo
MSP Graphics Library
Graphics_Rectangle Struct Reference

#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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: