|
Function | Initialize VectorLib plotting functions for use with a printer |
|
Syntax C/C++ | #include <Vgraph.h>
void V_initPrint( HDC printdc ); |
Pascal/Delphi | uses Vgraph;
procedure V_initPrint( printdc: HDC ); |
|
Description | This 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. |
|
|
|
|