formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics

fzrt_pen_size

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(

fzrt_graf_ptr

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

fz_fzrt_graf_fset


Defined in

fzrt_api.h