Project Name
Version 1.0
|
Defines the coordinates and dimensions of the rectangle. More...
#include <jh_datatypes.h>
Data Fields | |
int | x |
int | y |
int | width |
int | height |
Defines the coordinates and dimensions of the rectangle.
Definition at line 44 of file jh_datatypes.h.
int jh_rect_ts::height |
Height of the rectangle, in pixels.
Definition at line 48 of file jh_datatypes.h.
int jh_rect_ts::width |
Width of the rectangle, in pixels.
Definition at line 47 of file jh_datatypes.h.
int jh_rect_ts::x |
Horizontal coordinate of the top left corner of the rectangle, in pixels.
Definition at line 45 of file jh_datatypes.h.
int jh_rect_ts::y |
Vertical coordinate of the top left corner of the rectangle, in pixels.
Definition at line 46 of file jh_datatypes.h.