Data Fields
Graphics_Rectangle Struct Reference

#include <grlib.h>

Data Fields

int16_t xMin
 The minimum X coordinate of the rectangle. More...
 
int16_t yMin
 The minimum Y coordinate of the rectangle. More...
 
int16_t xMax
 The maximum X coordinate of the rectangle. More...
 
int16_t yMax
 The maximum Y coordinate of the rectangle. More...
 

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.

Field Documentation

§ xMin

int16_t Graphics_Rectangle::xMin

§ yMin

int16_t Graphics_Rectangle::yMin

§ xMax

int16_t Graphics_Rectangle::xMax

§ yMax

int16_t Graphics_Rectangle::yMax

The documentation for this struct was generated from the following file:
Copyright 2018, Texas Instruments Incorporated