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