fm_cliplim(3w)
NAME
fm_cliplim − set clip limits
SYNOPSIS
int fm_cliplim (gfd,x,y,width,height);
int gfd;
int x,y;
int width,height;
DESCRIPTION
gfd is an integer file descriptor for an gopened device interface.
x,y are the minimum (upper,left) x,y clip boundary, in pixels, relative to the window described by gfd.
width,height are the size, in pixels, of the rectangle to clip.
DISCUSSION
This routine sets the clipping rectangle for raster alpha output as indicated by x, y, width, and height.
SEE ALSO
DIAGNOSTICS
Returns −1 if gfd is not valid; otherwise, 0 is returned. See errno(2) for more information.
Hewlett-Packard Company — HP-UX Release 9.0: August 1992