setlinestyle(3) — Silicon Graphics R1c
NAME
setlinestyle - select a linestyle
SYNOPSIS
C
setlinestyle(index)
short index;
FORTRAN
subroutine setlin(index)
integer*2 index
Pascal
procedure setlinestyle(index: Short);
DESCRIPTION
Setlinestyle chooses a linestyle pattern. Its argument is an index into the linestyle table built by calls to the deflinestyle command. There is always a current linestyle; it is used for drawing lines and curves and for outlining rectangles, polygons, circles, and arcs. The default linestyle is linestyle 0. Unless redefined by the user, linestyle 0 is solid.
SEE ALSO
deflinestyle, getlstyle, linewidth, lsbackup, resetls
Version 2.3 — July 04, 1985