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