|
GRASS Programmer's Manual
6.4.4(2014)-r
|
Rectangle specified by point and size (with floating point values). More...


Public Member Functions | |
| def | __init__ (self, pos=wx.Point2D(), size=(0, 0) |
Public Member Functions inherited from utils.Rect2D | |
| def | __init__ |
| def | GetX (self) |
| def | GetY (self) |
| def | GetWidth (self) |
| def | SetWidth (self, width) |
| def | GetHeight (self) |
| def | SetHeight (self, height) |
Additional Inherited Members | |
Data Fields inherited from utils.Rect2D | |
| width | |
| height | |
Rectangle specified by point and size (with floating point values).
Definition at line 76 of file psmap/utils.py.
| def utils.Rect2DPS.__init__ | ( | self, | |
pos = wx.Point2D(), |
|||
size = (0, 0 |
|||
| ) |
Definition at line 81 of file psmap/utils.py.