#include <plrect.h>
Collaboration diagram for PLRect:
Public Member Functions | |
PLRect () | |
PLRect (int left, int top, int right, int bottom) | |
PLRect (const PLPoint &TL, const PLPoint &BR) | |
bool | operator== (const PLRect &rect) const |
bool | operator!= (const PLRect &rect) const |
int | Width () const |
int | Height () const |
Public Attributes | |
PLPoint | tl |
PLPoint | br |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|