|
||||
This class encapsulates a size containing a width and a height.
| Constructor Summary | |
|---|---|
GDimension(width, height)
|
|
| Method Summary | |
|---|---|
get_height()
GDimension. |
|
get_width()
GDimension. |
|
| Constructor Detail |
|---|
GDimension(width, height)Usage: | dim = GDimension(width, height) | ||||
Parameters: |
|
| Method Detail |
|---|
get_height()GDimension.
Usage: | height = dim.get_height() |
Returns: | The height of this GDimension
|
get_width()GDimension.
Usage: | width = dim.get_width() |
Returns: | The width of this GDimension
|
|
||||