GINO Graphics Suite - GINO v9.0  

gEnqHatchStyle

Syntax

[C/C++:]
void gEnqHatchStyle(int fill, GHATSTY *rep);
[F90:]
subroutine gEnqHatchStyle(fill, rep)

integer, intent(in) :: fill
type (GHATSTY), intent(out) :: rep

Arguments

fill
Hatch style index

rep
Hatch style representation

Description

The routine gEnqHatchStyle() returns the values defined for a particular entry in the table of hatch styles in the structure rep. The elements are initially defined by GINO but may subsequently have been redefined by calls to gDefineHatchStyle(). The elements of the hatch style structure are discussed under the routine gDefineHatchStyle().

See Also

gEnqHatchStyle Usage
gDefineHatchStyle