GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Rectangle specified by point and size (with floating point values). More...
Public Member Functions | |
def | __init__ |
Public Member Functions inherited from utils.Rect2D | |
def | __init__ |
def | GetX |
def | GetY |
def | GetWidth |
def | SetWidth |
def | GetHeight |
def | SetHeight |
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.