Description | |||||
This is the generic function for plotting a line. | |||||
Synopsis | |||||
#include <ProPlotdriver.h> | |||||
ProError | (*ProPlotdriverLinePlot) | ( | |||
ProAppData data | |||||
/* (In) | |||||
The application data. | |||||
*/ | |||||
Pro3dPnt point1 | |||||
/* (In) | |||||
Start of the line. | |||||
*/ | |||||
Pro3dPnt point2 | |||||
/* (In) | |||||
End of the line. | |||||
*/ | |||||
int color | |||||
/* (In) | |||||
Color index. The possible values are as follows:
|
|||||
*/ | |||||
) | |||||
Returns | |||||
|