Description | |||||
Draws a series of connected line segments (polylines) on the screen.
NOTES:
|
|||||
Replacement in Object TOOLKIT: | pfcDisplay::DrawPolyline | ||||
Synopsis | |||||
#include <ProGraphic.h> | |||||
void | ProGraphicsPolylineDraw | ( | |||
ProPoint3d* point_arr | |||||
/* (In) | |||||
The 3-D points to connect with line segments. | |||||
*/ | |||||
int num_points | |||||
/* (In) | |||||
The number of points in the points array. | |||||
*/ | |||||
) | |||||
Returns | |||||
|