A RectEllipse draw object.
wx.lib.floatcanvas.FCObjects.DrawObject
, wx.lib.floatcanvas.FCObjects.LineAndFillMixin
, wx.lib.floatcanvas.FCObjects.XYObjectMixin
__init__ |
Default class constructor. |
CalcBoundingBox |
Calculate the bounding box. |
SetShape |
Set the shape of the object. |
RectEllipse
(XYObjectMixin, LineAndFillMixin, DrawObject)¶A RectEllipse draw object.
__init__
(self, XY, WH, LineColor = "Black", LineStyle = "Solid", LineWidth = 1, FillColor = None, FillStyle = "Solid", InForeground = False)¶Default class constructor.
Parameters: |
|
---|
CalcBoundingBox
(self)¶Calculate the bounding box.