setlinestyle() — Silicon Graphics
NAME
setlinestyle − selects a linestyle
SPECIFICATION
C
setlinestyle(index)
short index;
FORTRAN
subroutine setlin(index)
integer*4 index
Pascal
procedure setlinestyle(index: longint);
DESCRIPTION
setlinestyle selects a linestyle pattern. index is an index into the linestyle table built by deflinestyle. There is always a current linestyle; it draws lines and curves and outlines rectangles, polygons, circles, and arcs. The default linestyle is 0, which is a solid line. It cannot be redefined.
SEE ALSO
deflinestyle, getlstyle, linewidth, lsbackup, resetls IRIS Graphics Programming, Section 5.1, Linestyles
Version 2.5r1 — October 29, 1986