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.
wx.lib.floatcanvas.FCObjects.DrawObject, wx.lib.floatcanvas.FCObjects.LineAndFillMixin, wx.lib.floatcanvas.FCObjects.XYObjectMixin
Default class constructor. |
|
Calculate the bounding box. |
|
Move the object by delta |
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.
Default class constructor.
StartXY – start point, takes a 2-tuple, or a (2,) NumPy array of point coordinates
EndXY –
end point, takes a 2-tuple, or a (2,) NumPy array of point coordinates
CenterXY –
center point, takes a 2-tuple, or a (2,) NumPy array of point coordinates
LineColor – see SetColor
LineStyle – see SetLineStyle
LineWidth – see SetLineWidth
FillColor – see SetColor
FillStyle – see SetFillStyle
InForeground (boolean) – should object be in foreground
Calculate the bounding box.