1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
plpat: Set area fill pattern
DESCRIPTION:
This function is used in example 15.
SYNOPSIS:
plpat(nlin, inc, del)
ARGUMENTS:
nlin (PLINT, input) : Number of sets of lines making up the
pattern, either 1 or 2.
inc (const PLINT *, input) : Pointer to array with nlin elements.
Specifies the line inclination in tenths of a degree. (Should be
between -900 and 900).
del (const PLINT *, input) : Pointer to array with nlin elements.
Specifies the spacing in micrometers between the lines making up
the pattern.
|