Mixin class for objects that have both a line and a fill color and style.
SetFillColor |
Set the FillColor |
SetFillStyle |
Set the FillStyle |
SetUpDraw |
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
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: |
|
---|