3.3.4.1 Options
Many of these methods support a set of standard options. This set of options
is as follows:
- outline: The color to be used for drawing outlines of primitives and text. If
None
, the outlines of primitives are not drawn.
- fill: The color to be used for filling the insides of primitives. If
None
, the insides of primitives are not drawn. If pattern is also specified, fill specifies the color to be used for areas where the pattern is white.
- width: The line width to be used for drawing the outlines of primitives.
- pattern: Specifies the pattern to be used for filling the insides of primitives. If given, this must be either
None
or a 1-bit (black and white) Image.
Release 2.0.0 final , documentation updated on 10 Feb 2010.
See About this document... for information on suggesting changes.