Project Name  Version 1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
jh_rect_ts Struct Reference

Defines the coordinates and dimensions of the rectangle. More...

#include <jh_datatypes.h>

Data Fields

int x
int y
int width
int height

Detailed Description

Defines the coordinates and dimensions of the rectangle.

Definition at line 44 of file jh_datatypes.h.

Field Documentation

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.


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