 
       wx.lib.mixins.rubberband.RubberBand¶
  wx.lib.mixins.rubberband.RubberBand¶A stretchable border which is drawn on top of an image to define an area.
 Methods Summary¶
 Methods Summary¶| __init__ | |
| getCurrentExtent | Return (x0, y0, x1, y1) or None if | 
| reset | Clear the existing rubberband | 
 Class API¶
 Class API¶RubberBand¶A stretchable border which is drawn on top of an image to define an area.
__init__(self, drawingSurface, aspectRatio=None)¶getCurrentExtent(self)¶Return (x0, y0, x1, y1) or None if no drawing has yet been done.
reset(self, aspectRatio=None)¶Clear the existing rubberband
enabled¶True if I am responding to mouse events