 wx.lib.floatcanvas.FCObjects.LineAndFillMixin¶
 wx.lib.floatcanvas.FCObjects.LineAndFillMixin¶Mixin class for objects that have both a line and a fill color and style.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class LineAndFillMixin:
Inheritance diagram for class LineAndFillMixin:
 Known Subclasses¶
 Known Subclasses¶wx.lib.floatcanvas.FCObjects.Arc, wx.lib.floatcanvas.FCObjects.Circle, wx.lib.floatcanvas.FCObjects.Polygon, wx.lib.floatcanvas.FCObjects.RectEllipse
 Known Superclasses¶
 Known Superclasses¶wx.lib.floatcanvas.FCObjects.LineOnlyMixin
 Methods Summary¶
 Methods Summary¶| Set the FillColor | |
| Set the FillStyle | |
| Setup for draw | 
 Class API¶
 Class API¶Mixin class for objects that have both a line and a fill color and style.
Set the FillColor
FillColor – see SetColor
for valid values
Set the FillStyle
FillStyle – see SetFillStyle
for valid values
Setup for draw
dc – the dc to draw ???
WorldToPixel – ???
ScaleWorldToPixel – ???
HTdc – ???