Documentación de la API > Miscellaneous > Object ProPlotdriver > Callback ProPlotdriverLinePlot
Callback ProPlotdriverLinePlot
Description
This is the generic function for plotting a line.
Synopsis
#include <ProPlotdriver.h>
(*ProPlotdriverLinePlot)
(
/* (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: PRO_LETTER_COLOR PRO_HIGHLITE_COLOR PRO_DRAWING_COLOR PRO_BACKGROUND_COLOR PRO_HALF_TONE_COLOR PRO_EDGE_HIGHLITE_COLOR PRO_DIMMED_COLOR PRO_ERROR_COLOR PRO_WARNING_COLOR
*/
)
Returns
Ignored.
User Guide References
¿Fue esto útil?