Editions
Related Functions
Example
The IN_SetVectorPenWidth function defines the width and units of the specified vector pen line. Pen settings are used in HPGL and Calcomp 906/907 vector files.
Syntax
int IN_SetVectorPenWidth( penNumber, width, units )
|
Parameters |
Values |
Meaning |
|
SHORT penNumber |
0 to 255 |
number of the pen to define |
|
DOUBLE width |
0 | 1 | 2 | ... |
width of the pen in the specified units |
|
USHORT units |
units to use: IN_UNITS_INCH (1) IN_UNITS_MM (5) IN_UNITS_POINTS (7) | |
Release information
Added to Imagenation for Windows in Release 4.53.
As of Release 5.1, also available in Imagenation for UNIX.
See also