[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.19.4.1 Filling and Stroking

By default, all shapes are stroked. In order to change this you must set the fill flag.

 
pen.SetFlag(Pen.FLAG_FILL);

To reset the mode back to stroked mode, simply clear that flag.

 
pen.ClearFlag(Pen.FLAG_FILL);

[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated using texi2html 1.76.