V_initPrint
FunctionInitialize VectorLib plotting functions for use with a printer
Syntax C/C++#include <Vgraph.h>
void V_initPrint( HDC printdc );
Pascal/Delphiuses Vgraph;
procedure V_initPrint( printdc: HDC );
DescriptionThis function tells the VectorLib plotting functions to send their output to the printer context specified as printdc. By default, one whole page is reserved for the printout. To change this, call V_setPlotRegion after V_initPrint.
To switch back to screen output, call V_initPlot.
Error handlingnone
Return valuenone
See alsoV_initPlot,   V_setPlotRegion,   VF_xyAutoPlot

VectorLib Table of Contents  OptiVec home