GRASS Programmer's Manual  6.4.4(2014)-r
utils.Rect2DPS Class Reference

Rectangle specified by point and size (with floating point values). More...

Inheritance diagram for utils.Rect2DPS:
Collaboration diagram for utils.Rect2DPS:

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
 

Detailed Description

Rectangle specified by point and size (with floating point values).

See also
Rect2D, Rect2DPP

Definition at line 76 of file psmap/utils.py.

Constructor & Destructor Documentation

def utils.Rect2DPS.__init__ (   self,
  pos = wx.Point2D(),
  size = (0, 0 
)

Definition at line 81 of file psmap/utils.py.


The documentation for this class was generated from the following file: