 
       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.
 Methods Summary¶
 Methods Summary¶| SetFillColor | Set the FillColor | 
| SetFillStyle | Set the FillStyle | 
| SetUpDraw | Setup for draw | 
 Class API¶
 Class API¶LineAndFillMixin(LineOnlyMixin)¶Mixin class for objects that have both a line and a fill color and style.
SetFillColor(self, FillColor)¶Set the FillColor
| Parameters: | FillColor – see SetColorfor valid values | 
|---|
SetFillStyle(self, FillStyle)¶Set the FillStyle
| Parameters: | FillStyle – see SetFillStylefor valid values | 
|---|
SetUpDraw(self, dc, WorldToPixel, ScaleWorldToPixel, HTdc)¶Setup for draw
| Parameters: | 
 | 
|---|