Platform |
Win32, x64 |
Purpose |
To define the line pattern for a line on the current drawing surface. |
Syntax |
SUBROUTINE SET_DASH_ARRAY@( ARR, SIZE ) |
Description |
ARR is an array of lengths and 'SIZE' is the number of elements in this array. The first element of ARR is the length of the first dash as a multiple of the current line width. The second is the length of the following space and so on. 'SIZE' indicates when the pattern repeats. When using this routine, only the end cap styles in SET_LINE_STYLE@ have any effect and then only when the line width is greater than 1. If SET_LINE_STYLE@ is called after this routine then PS_USERSTYLE must be included with the end cap style. A call to SET_LINE_STYLE@(PS_SOLID) restores the default line style. |
Notes |
Introduced with FTN95 7.00. |
See also |