 wx.lib.floatcanvas.FCObjects.Circle¶
 wx.lib.floatcanvas.FCObjects.Circle¶Draws a circle
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class Circle:
Inheritance diagram for class Circle:
 Known Superclasses¶
 Known Superclasses¶wx.lib.floatcanvas.FCObjects.DrawObject, wx.lib.floatcanvas.FCObjects.LineAndFillMixin, wx.lib.floatcanvas.FCObjects.XYObjectMixin
 Methods Summary¶
 Methods Summary¶| Default class constructor. | |
| Calculate the bounding box of the object. | |
| Set the diameter of the object | 
 Class API¶
 Class API¶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