KSM edits to RA8875

Dependents:   Liz_Test_Code

Embed: (wiki syntax)

« Back to documentation index

rect_t Struct Reference

rect_t Struct Reference

Data type that manages rectangles, which are pairs of points. More...

#include <DisplayDefs.h>

Data Fields

point_t p1
 p1 defines one point on the rectangle
point_t p2
 p2 defines the opposite point on the rectangle

Detailed Description

Data type that manages rectangles, which are pairs of points.

Note:
It is recommended that p1 contains the top-left point and p2 contains the bottom-right point, even though it should not matter.

Definition at line 85 of file DisplayDefs.h.


Field Documentation

p1 defines one point on the rectangle

Definition at line 87 of file DisplayDefs.h.

p2 defines the opposite point on the rectangle

Definition at line 88 of file DisplayDefs.h.