Description | |||||
This is the generic function for plotting a circle. | |||||
Synopsis | |||||
#include <ProPlotdriver.h> | |||||
ProError | (*ProPlotdriverCirclePlot) | ( | |||
ProAppData data | |||||
/* (In) | |||||
The application data. | |||||
*/ | |||||
Pro3dPnt point | |||||
/* (In) | |||||
Center of the circle. | |||||
*/ | |||||
double radius | |||||
/* (In) | |||||
Radius. | |||||
*/ | |||||
int color | |||||
/* (In) | |||||
Color index. The possible values are as follows:
|
|||||
*/ | |||||
) | |||||
Returns | |||||
|