[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Set line drawing style
Source position: graphh.inc line 737
procedure SetLineStyle( |
LineStyle: Word; |
Pattern: Word; |
Thickness: Word |
); |
SetLineStyle sets the drawing style for lines. You can specify a LineStyle which is one of the following pre-defined constants:
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.
|
Get current line drawing settings |
|
|
Specify binary operation to perform when drawing on screen |