#include <LibPSD.h>
Public Member Functions |
|
| LRect (int left=0, int top=0, int right=0, int bottom=0) | |
| LRect & | operator= (const LRect &LR) |
Public Attributes |
|
| int | top |
| int | left |
| int | bottom |
| int | right |
| LRect | ( | int | left = 0, |
| int | top = 0, |
||
| int | right = 0, |
||
| int | bottom = 0 |
||
| ) | [inline] |
| int top |
| int left |
| int bottom |
| int right |