formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Sets the height and width of the pen. This will set the size of the current pen. If the underlying OS does not support non-square pens, then the width is used for the size of the pen, and height parameter is unused.
Plugin Prototype
void fzrt_pen_size(
port, | |
short | width, |
short | height ) |
Parameters
port [Input, Optional]
pointer to graphics port. NULL to use current port
width [Input]
the width of the pen - 0 will hide the pen.
height [Input]
the height of the pen - 0 will hide the pen.
Availability
5.0.0.0
Function Set
Defined in