[ Index | Source | Summary | Member Functions ]
Back to the top of Shape
Shape(int width, int height);
Construct a Shape object with the specified width and height.
Shape(int width, int height); // specific shape
Back to the top of Shape
Shape();
Construct a Shape object with default height and width.
Shape(); // default shape
Back to the top of Shape
int Height();
Return the current height of the Shape object.
int Height(); // return height
Back to the top of Shape
int Width();
Return the current width of the Shape object.
int Width(); // return width
Back to the top of Shape
Back to the top of Shape
Report problems to jkotula@unimax.com