Editions
Related Functions
Example
Colors, line widths, dash patterns, and hatch patterns can be embedded in HPGL and Calcomp vector files. The IN_GetEmbeddedPenSetting function returns which embedded pen settings are used by Imagenation for rendering these images.
Syntax
int IN_GetEmbeddedPenSetting( pEmbeddedPenSetting )
|
Values | |
|
SHORTPTR pEmbeddedPenSetting |
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.
Release information
Added to Imagenation for Windows in Release 5.15.
Not yet available in Imagenation for UNIX.
See also