Pen for drawing operationsΒΆ

Pen

The pen defines the style of line used to draw the outline of figures or to draw lines. The SetPenType() function is used to set the pen style, and the SetPenColor() function sets its colour.

Pre-defined line types are listed in $SCULPTOR/include/draw.h under Outline pen styles.


RELATED TOPICS

Drawing operations