Article # 371, added by Geoworks, historical record
| first | previous | index | next | last |

Setting the brush size for drawing ink.



Q. How do I set the brush size in IDIP_brushsize?  I tried 0x0002, but
   it is not working.

A. IDIP_brushsize (part of InkDestinationInfoParams) is a word size
   parameter, which provides a byte each for the X and Y brush size.
   To set this correctly to a brush size of 2 (for example), you need
   to set IDIP_brushsize to 0x0202, rather than 0x0002.