Graphical rectangle structure. More...
#include <iplugview.h>
Public Member Functions | |
| ViewRect (int32 l=0, int32 t=0, int32 r=0, int32 b=0) | |
| int32 | getWidth () const |
| int32 | getHeight () const |
Data Fields | |
| int32 | left |
| int32 | top |
| int32 | right |
| int32 | bottom |
Graphical rectangle structure.
Used with IPlugView.
| int32 getWidth | ( | ) | const [inline] |
| int32 getHeight | ( | ) | const [inline] |