Pepper_47_C_interfaces
Public Attributes | List of all members
PP_FloatRect Struct Reference

#include <pp_rect.h>

Collaboration diagram for PP_FloatRect:
Collaboration graph

Public Attributes

struct PP_FloatPoint point
 
struct PP_FloatSize size
 

Detailed Description

The PP_FloatRect struct contains the size and location of a 2D rectangle.

Definition at line 45 of file pp_rect.h.

Member Data Documentation

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().


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