setlinestyle(3G) — Silicon Graphics
NAME
setlinestyle − selects a linestyle pattern
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 Programming Guide, Section 5.1, Linestyles
Version 3.6 — December 20, 1987