SFGETP(3NCARG) | NCAR GRAPHICS | SFGETP(3NCARG) |
SFGETP - Used to retrieve the current dot pattern.
CALL SFGETP (IDP)
#include <ncarg/ncargC.h>
void c_sfgetp (int idp[8][8])
If the fill angle is 0 (the default), then incrementing the first subscript of LDP corresponds to a horizontal motion across the plot from left to right and incrementing the second subscript of LDP corresponds to a vertical motion across the plot from top to bottom. This allows the contents of IDP to be declared in a DATA statement which creates a "picture" of the pattern. For example, the FORTRAN statements
The default dot pattern consists of all 1s.
This routine allows you to retrieve the current value of Softfill's dot pattern. For a description of Softfill's dot pattern parameter, see the softfill_params man page.
To use SFGETP or c_sfgetp, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: softfill, softfill_params, sfgetc, sfgeti, sfgetr, sfsetc, sfseti, sfsetp, sfsetr, sfsgfa, sfwrld, ncarg_cbind
Hardcopy: NCAR Graphics Fundamentals, UNIX Version
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
March 1993 | UNIX |