Description | |||||
This is the generic function for plotting a polyline. | |||||
Synopsis | |||||
#include <ProPlotdriver.h> | |||||
ProError | (*ProPlotdriverPolylinePlot) | ( | |||
ProAppData data | |||||
/* (In) | |||||
The application data. | |||||
*/ | |||||
int n_points | |||||
/* (In) | |||||
number of points, | |||||
*/ | |||||
Pro3dPnt* points | |||||
/* (In) | |||||
Array of points. | |||||
*/ | |||||
int color | |||||
/* (In) | |||||
Color index. The possible values are as follows:
|
|||||
*/ | |||||
ProLinestyle line_style | |||||
/* (In) | |||||
Line style. | |||||
*/ | |||||
double line_width | |||||
/* (In) | |||||
Line width. | |||||
*/ | |||||
) | |||||
Returns | |||||
|