Description
/
Class members
CL_GRect()
CL_GRect(
int x,
int y,
int w,
int h)
CL_GRect(
const CL_GPoint& upperLeft,
const CL_GPoint& lowerRight)
virtual ~CL_GRect()
static CL_GRect invalid
static CL_GRect empty
bool isEmpty()
bool isValid()
bool contains( const CL_GRect &r )
bool contains( const CL_GRect &r )
virtual void translate(
int dx,
int dy )
virtual void warp(const CL_GPoint &newUpperLeft)
virtual void resize(
int w,
int h)
CL_GRect unite( const CL_GRect &r )
CL_GRect intersect( const CL_GRect &r)
CL_GPoint upperLeft()
CL_GPoint lowerRight()
int width()
int height()
See Also
None
Back to index
|