DvInqBackgroundRaster(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DvInqBackgroundRaster − Return the raster object and callback for a view background
SYNOPSIS
C:
void DvInqBackgroundRaster(view, raster, callback)
DtObject view;
DtObject ∗raster;
DtObject ∗callback;
FORTRAN:
CALL DVQBR(VIEW, RASTER, CBACK)
INTEGER∗4 VIEW
INTEGER∗4 RASTER
INTEGER∗4 CBACK
DESCRIPTION
DvInqBackgroundRaster inquires the current background raster and callback associated with the view view.
ERRORS
DvInqBackgroundRaster will fail if the view handle is invalid.
[WARNING - invalid view handle]
SEE ALSO
DvSetBackgroundJust(3D), DvInqBackgroundJust(3D), DvSetBackgroundRaster(3D), DsInqRaster(3D)
September 02, 1992