Documentación de la API > Miscellaneous > Object ProPlotdriver > Function ProPlotdriverPolygonfunctionSet
Function ProPlotdriverPolygonfunctionSet
Description
Sets polygon plotting function.
Synopsis
#include <ProPlotdriver.h>
ProPlotdriverPolygonfunctionSet
(
ProName interf_name
/* (In)
The name of the interface. Cannot be NULL.
*/
/* (In)
Polygon plotting function. Cannot be NULL.
*/
)
Returns
function successfully set.
input arguments are not correct.
interface with this name not found.
internal error.
Sample Code References
User Guide References
¿Fue esto útil?