[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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.