All Editions
Related Functions
Example
Colors, line widths, dash patterns, and hatch patterns can be embedded in HPGL and Calcomp vector files. The IN_SetEmbeddedPenSetting function sets which embedded pen settings are used by Imagenation for rendering these images.
Syntax
int IN_SetEmbeddedPenSetting( embeddedPenSetting )
|
Parameters |
Values |
|
SHORT embeddedPenSetting |
IN_HPGL_PENFLAG_COLOUR (1) |
|
|
IN_HPGL_PENFLAG_WIDTH (2) |
|
|
IN_HPGL_PENFLAG_DASHING(4) |
|
|
IN_HPGL_PENFLAG_HATCHING (8) |
|
|
IN_HPGL_PENFLAG_ALL (255) |
|
|
IN_HPGL_PENFLAG_NONE (240) |
Remarks
The first four values can be concatenated or ORed.
Added Release information
Added to Imagenation for Windows in Release 5.15.
Not yet available in Imagenation for UNIX.
See also