| Pepper_47_C_interfaces
    | 
#include <pp_rect.h>

| Public Attributes | |
| struct PP_Point | point | 
| struct PP_Size | size | 
The PP_Rect struct contains the size and location of a 2D rectangle. 
| struct PP_Point PP_Rect::point | 
This value represents the x and y coordinates of the upper-left corner of the rectangle.
Definition at line 35 of file pp_rect.h.
Referenced by PP_MakeRectFromXYWH().
| struct PP_Size PP_Rect::size | 
This value represents the width and height of the rectangle.
Definition at line 37 of file pp_rect.h.
Referenced by PP_MakeRectFromXYWH().
 1.8.6
 1.8.6