The SetVectorPenWidth transaction defines the width and units of the specified vector pen line. Pen settings are used in HPGL, HPGL/2, and Calcomp 906/907 vector files.
Type XTYP_EXECUTE
Syntax [SetVectorPenWidth(penNumber, width, units)]
|
Parameter |
Data type |
Values |
Meaning |
|
penNumber |
WORD |
0 to 255 |
number of the pen to define |
|
width |
WORD |
0 | 1 | 2 | ... |
width of the pen in the specified units |
|
units |
WORD |
1 |
inches |
|
|
|
5 |
mm |
|
|
|
7 |
points |
Release information
Added in Release 4.53.
See also