HATCH_TYPE(3G)
NAME
hatch_type − specify type of hatching to be done
SYNOPSIS
C Syntax:
void hatch_type(fildes,style)
int fildes,style;
FORTRAN77 Syntax:
subroutine hatch_type(fildes,style)
integer*4 fildes,style
Pascal Syntax:
procedure hatch_type(fildes,style:integer);
DESCRIPTION
Input Parameters
fildes Integer file descriptor returned by gopen when an I/O path to a graphics device is opened.
style One of the following: PARALLEL_HATCH, CROSSHATCH
Discussion
This call allows the user to specify whether hatching is to be done with parallel lines or with 90 degree crosshatching.
Defaults
style = PARALLEL_HATCH
SEE ALSO
hatch_orientation(3G), hatch_spacing(3G), interior_style(3G)
Hewlett-Packard Company — May 11, 2021