GINO Graphics Suite - GINO v9.0  

gEnqSegLineAttribs

Syntax

[C/C++:]
void gEnqSegLineAttribs(int nseg, GLINSTY *rep, int *pennum, float *widfac);
[F90:]
subroutine gEnqSegLineAttribs(nseg, rep, pennum, widfac)

integer, intent(in) :: nseg
type (GLINSTY), intent(out) :: rep
integer, intent(out) :: pennum
real, intent(out) :: widfac

Arguments

nseg
Picture segment number

rep
Segment line style

pennum
Segment pen number

widfac
Segment line width scale factor

Description

The routine gEnqSegLineAttribs() returns the current settings of the segment line attributes for segment nseg, as determined from the global settings when the segment was created, or as subsequently set by the routine gSetSegLineAttribs() for that segment.

See Also

gEnqSegLineAttribs Usage
gSetLineWidthScaling
gSetSegLineAttribs