NaCl Player API
NaCl Player API Documentation
Samsung::NaClPlayer::Rect Class Reference

Represents 2D rectangle with integral coordinates. More...

#include <common.h>

Collaboration diagram for Samsung::NaClPlayer::Rect:

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
 

Detailed Description

Represents 2D rectangle with integral coordinates.

Definition at line 61 of file common.h.


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