Panda3D
|
A simple rectangle class, used with WebView::render. More...
#include "awWebView.h"
Public Member Functions | |
Rect (int x, int y, int width, int height) | |
bool | isEmpty () const |
Public Attributes | |
int | height |
int | width |
int | x |
int | y |
A simple rectangle class, used with WebView::render.
Definition at line 45 of file awWebView.h.