GINO Graphics Suite - GINO v9.0  

gEnqLineWidthMode

Syntax

[C/C++:]
void gEnqLineWidthMode(int *sw);
[F90:]
subroutine gEnqLineWidthMode(sw)
integer, intent(out) :: sw

Arguments

sw
Thick line generation mode

= GHARDWARE, Hardware thick line generation
= GMIXWARE, Mixed hardware/software thick line generation
= GSOFTWARE, Software thick line generation

Description

The routine gEnqLineWidthMode() returns the current thick line generation mode for lines greater than one device unit wide as set by the routine gSetLineWidthMode().

See Also

gEnqLineWidthMode Usage
gSetLineWidthMode