GRASS Programmer's Manual
6.4.4(2014)-r
|
Rectangle specified by 2 points (with floating point values). More...
Public Member Functions | |
def | __init__ |
![]() | |
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 | |
![]() | |
width | |
height | |
Rectangle specified by 2 points (with floating point values).
Definition at line 60 of file psmap/utils.py.
def utils.Rect2DPP.__init__ | ( | self, | |
topLeft = wx.Point2D() , |
|||
bottomRight = wx.Point2D() |
|||
) |
Definition at line 65 of file psmap/utils.py.