Platform |
Win32, x64 | ||||||||||||||||||||||||||||||
Purpose |
To set the style for a line on the current drawing surface. |
||||||||||||||||||||||||||||||
Syntax |
SUBROUTINE SET_LINE_STYLE@( VALUE ) |
||||||||||||||||||||||||||||||
Description |
This routine changes the line style on the current drawing surface. VALUE is one of the following predefined Windows constants (available from the file windows.ins):
The following "endcap" styles must be combined with the PS_GEOMETRIC style.
|
||||||||||||||||||||||||||||||
Notes |
PS_INSIDEFRAME can be ORed with one of the other values. PS_SOLID, PS_NULL and PS_INSIDEFRAME are only available with a line width greater than 1. PS_NULL can be used to remove the black border when printing a 'filled polygon', for example, on a black and white printer. |
||||||||||||||||||||||||||||||
See also |