 
  
  
  
  
 
 Next: SetPalette
Up: Functions and procedures
 Previous: SetGraphMode
 
 
 
Procedure SetLineStyle  (LineStyle,Pattern,Width :
Word) ;
SetLineStyle
sets the drawing style for lines. You can specify a LineStyle which is
one of the following pre-defined constants:
-  Solidln=0; draws a solid line.
-  Dottedln=1; Draws a dotted line.
-  Centerln=2; draws a non-broken centered line.
-  Dashedln=3; draws a dashed line.
-  UserBitln=4; Draws a User-defined bit pattern.
If UserBitln is specified then Pattern contains the bit pattern.
In all another cases, Pattern is ignored. The parameter Width 
indicates how thick the line should be. You can specify one of the following
pre-defined constants:
None.
GetLineSettings
 
Michael Van Canneyt 
Thu Sep 10 13:59:33 CEST 1998