pen-create

long ( pen-create string colour long width word style)

Creates a pen for use in a device context. colour is a wxWindows colour string such as "BLACK'', "CYAN''), width specifies the width of the pen, and style may be one of wxSOLID, wxDOT, wxLONG_DASH, wxSHORT_DASH, wxTRANSPARENT.

A pen is used for the outlines of graphic shapes. A brush must be set to fill the shapes.