Pepper_31_C_interfaces
Public Attributes | List of all members
PP_Size Struct Reference

#include <pp_size.h>

Collaboration diagram for PP_Size:
Collaboration graph

Public Attributes

int32_t width
 
int32_t height
 

Detailed Description

The PP_Size struct contains the size of a 2D rectangle.

Definition at line 27 of file pp_size.h.

Member Data Documentation

int32_t PP_Size::height

This value represents the height of the rectangle.

Definition at line 31 of file pp_size.h.

Referenced by PP_MakeRectFromXYWH(), and PP_MakeSize().

int32_t PP_Size::width

This value represents the width of the rectangle.

Definition at line 29 of file pp_size.h.

Referenced by PP_MakeRectFromXYWH(), and PP_MakeSize().


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