__init__(self,
StartXY,
EndXY,
CenterXY,
LineColor='Black',
LineStyle='Solid',
LineWidth=1,
FillColor=None,
FillStyle='Solid',
InForeground=False)
(Constructor)
Draws an arc of a circle, centered on point CenterXY, from
the first point (StartXY) to the second (EndXY).
The arc is drawn in an anticlockwise direction from the start point to
the end point.
- Parameters:
- StartXY : start point
EndXY : end point
CenterXY: center point
LineColor = "Black",
LineStyle = "Solid",
LineWidth = 1,
FillColor = None,
FillStyle = "Solid",
InForeground = False):
-
- Overrides:
wx.lib.floatcanvas.FloatCanvas.DrawObject.__init__
|