|
NaCl Player API
NaCl Player API Documentation
|
Represents 2D rectangle with integral coordinates. More...
#include <common.h>

Public Member Functions | |
| Rect (const Point &p, const Size &s) | |
| Rect (int32_t x, int32_t y, int32_t width, int32_t height) | |
| Rect | operator= (const Rect &r) |
| int32_t & | x () |
| int32_t | x () const |
| int32_t & | y () |
| int32_t | y () const |
| int32_t & | width () |
| int32_t | width () const |
| int32_t & | height () |
| int32_t | height () const |
Public Attributes | |
| Point | position |
| Size | size |