GINO Graphics Suite - GINO v9.0  

gEnqPenType

Syntax

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

Arguments

type
Pen type

= 0, Unspecified

Description

The routine gEnqPenType() returns the currently requested pen type. Most devices will not provide all pen types so quite often the pen type made available will not correspond to the requested pen type. The actual pen type is determined by calling gEnqSelectedPen().

See Also

gEnqPenType Usage
gEnqSelectedPen
gSetPenType