| Pepper_47_C_interfaces
    | 
#include <pp_rect.h>

| Public Attributes | |
| struct PP_FloatPoint | point | 
| struct PP_FloatSize | size | 
The PP_FloatRect struct contains the size and location of a 2D rectangle. 
| struct PP_FloatPoint PP_FloatRect::point | 
This value represents the x and y coordinates of the upper-left corner of the rectangle.
Definition at line 50 of file pp_rect.h.
Referenced by PP_MakeFloatRectFromXYWH().
| struct PP_FloatSize PP_FloatRect::size | 
This value represents the width and height of the rectangle.
Definition at line 52 of file pp_rect.h.
Referenced by PP_MakeFloatRectFromXYWH().
 1.8.6
 1.8.6