FILL Mnemonic - Set Fill Type (SYSGUI)
Syntax
'FILL'(int)
Description
The 'FILL' mnemonic fills circles, rectangles, and polygons with one of the following fill types:
Parameter |
Description |
int |
Fill type. |
Argument |
Description |
0 |
No fill (default) |
1 |
Solid fill |
2 |
Horizontal lines |
3 |
Vertical lines |
4 |
Forward diagonal lines (\) |
5 |
Backward diagonal lines (/) |
6 |
Cross-hatch |
7 |
Diagonal cross-hatch |