1GQFASI(3NCARG) NCAR GRAPHICS GQFASI(3NCARG)
2
3
4
6 GQFASI (Inquire fill area style index) - retrieves the current value of
7 the fill area style index.
8
10 CALL GQFASI (ERRIND, STYLI)
11
13 #include <ncarg/gks.h>
14
15 void ginq_fill_style_ind(Gint *err_ind, Gint *fill_style_ind);
16
18 ERRIND (Integer, Output) - If the inquired value cannot be
19 returned correctly, a non-zero error indicator is returned
20 in ERRIND, otherwise a zero is returned. Consult "User's
21 Guide for NCAR GKS-0A Graphics" for a description of the
22 meaning of the error indicators.
23
24 STYLI (Integer, Output) - Returns the fill area style index as
25 set by default or by a call to GSFASI.
26
27 1 Horizontal lines (default)
28
29 2 Vertical lines
30
31 3 Lines of positive slope
32
33 4 Lines of negative slope
34
35 5 Horizontal and vertical lines
36
37 6 Lines of positive and negative slope
38
40 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
41
43 Online: gfa, gsfais, gscr, gsfaci, gqfais, gqfasi, areas,
44 ginq_fill_style_ind
45
46 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
47
49 Copyright (C) 1987-2009
50 University Corporation for Atmospheric Research
51 The use of this Software is governed by a License Agreement.
52
53
54
55UNIX March 1993 GQFASI(3NCARG)