The PolygonControlPoint
class.
__init__ |
Default class constructor |
CalculateNewSize |
Calculate what new size would be, at end of resize. |
GetNewSize |
Get the new size. |
OnBeginDragLeft |
The begin drag left handler. |
OnDragLeft |
The drag left handler. |
OnEndDragLeft |
The end drag left handler. |
PolygonControlPoint
(ControlPoint)¶The PolygonControlPoint
class.
__init__
(self, theCanvas, object, size, vertex, the_xoffset, the_yoffset)¶Default class constructor
Parameters: |
|
---|
CalculateNewSize
(self, x, y)¶Calculate what new size would be, at end of resize.
Parameters: |
|
---|
GetNewSize
(self)¶Get the new size.
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.
OnEndDragLeft
(self, x, y, keys = 0, attachment = 0)¶The end drag left handler.