GINO Graphics Suite - GINO v9.0  

gEnqLineEnd

Syntax

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

Arguments

end
Current line end type

= GNONE, No ends
= GSQUARE, Square ends
= GROUND, Round ends
> 2, No ends or device dependent

Description

The routine gEnqLineEnd() returns the currently requested line end type. The default for the line end type is 'no ends'. The line end type may be changed by calling gSetLineEnd().

See Also

gEnqLineEnd Usage
gSetLineEnd