HidePen
HidePen Make subsequent pen motion in visible HidePen decrements the "pen level". If the level is set to a value other than 0, the pen is hidden and subsequent draw operations are not visible.
is not equal 0, then the pen is hidden and drawing functions (LineTo, The decrement/increment system makes it easy to nest drawing functions.
You can get the current "pen level" by reading the field directly from the
GrafPort structure. Note that it is not a Boolean field; the pen is visible only when pnVis==0.
HidePen so, by default, subsequent drawing activities are hidden.