Public Members | |||
![]() | ![]() | void | drawRect (int,int,int,int) |
![]() | ![]() | void | drawRect (const Rect &r) |
More text.
void Test::drawRect (int x, int y, int, int) |
This command draws a rectangle with a left upper corner at ( x , y ), width w and height h.
void Test::drawRect (const Rect & r) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.