MAKE_PICTURE_CURRENT(3G)
NAME
make_picture_current − display any previous primitives that are not yet displayed due to device or driver buffering.
SYNOPSIS
C SYNTAX
void make_picture_current(fildes);
int fildes;
FORTRAN77 SYNTAX
subroutine make_picture_current(fildes)
integer*4 fildes
PASCAL SYNTAX
procedure make_picture_current(fildes:integer);
HP-UX COMPATIBILITY
Level: HP-UX/STANDARD
Origin: ANSI Computer Graphics Interface
DESCRIPTION
INPUT PARAMETERS
fildes
is an integer file descriptor returned by gopen when an I/O path to a graphic device is opened.
DISCUSSION
This function should generally be used in interactive graphics sessions at points where the operator must see the entire image in order to proceed, and in hard copy graphics at the end of the picture generation process. For example, to transfer the image from the raster buffer to the page in a buffered raster printer. also does a before closing the device.
SEE ALSO
Hewlett-Packard — last mod. May 11, 2021