Draws a circle
wx.lib.floatcanvas.FCObjects.DrawObject
, wx.lib.floatcanvas.FCObjects.LineAndFillMixin
, wx.lib.floatcanvas.FCObjects.XYObjectMixin
Default class constructor. |
|
Calculate the bounding box of the object. |
|
Set the diameter of the object |
Draws a circle
Default class constructor.
XY – the (x, y) coordinate of the center of the circle, or a 2-tuple, or a (2,) NumPy array
Diameter (integer) – the diameter for the object
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 of the object.
Set the diameter of the object
Diameter (integer) – the diameter for the object