The LineControlPoint
class.
__init__ |
Default class constructor. |
OnBeginDragLeft |
The begin drag left handler. |
OnDragLeft |
The drag left handler. |
OnDraw |
The draw handler. |
OnEndDragLeft |
The end drag left handler. |
LineControlPoint
(ControlPoint)¶The LineControlPoint
class.
__init__
(self, theCanvas = None, object = None, size = 0.0, x = 0.0, y = 0.0, the_type = 0)¶Default class constructor.
Parameters: |
|
---|
OnBeginDragLeft
(self, x, y, keys = 0, attachment = 0)¶The begin drag left handler.
OnDragLeft
(self, draw, x, y, keys = 0, attachment = 0)¶The drag left handler.
OnDraw
(self, dc)¶The draw handler.
OnEndDragLeft
(self, x, y, keys = 0, attachment = 0)¶The end drag left handler.