| Pepper_47_C_interfaces
    | 
#include <pp_point.h>

| Public Attributes | |
| int32_t | x | 
| int32_t | y | 
The PP_Point structure defines the integer x and y coordinates of a point.
Definition at line 28 of file pp_point.h.
| int32_t PP_Point::x | 
This value represents the horizontal coordinate of a point, starting with 0 as the left-most coordinate.
Definition at line 33 of file pp_point.h.
Referenced by PP_MakePoint(), and PP_MakeRectFromXYWH().
| int32_t PP_Point::y | 
This value represents the vertical coordinate of a point, starting with 0 as the top-most coordinate.
Definition at line 38 of file pp_point.h.
Referenced by PP_MakePoint(), and PP_MakeRectFromXYWH().
 1.8.6
 1.8.6