Function ProGraphicsPolygonDraw
Description
Draws filled or unfilled polygons in the window.
NOTE:
This function is intended primarily to clear areas in Creo Parametric windows. It does not affect any Creo Parametric interface.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGraphic.h>
ProGraphicsPolygonDraw
(
ProPoint2d* point_array
/* (In)
An array of X and Y coordinates, in logical window coordinates.
*/
int num_points
/* (In)
The number of points in the point array. The maximum size of the array is 100 points.
*/
ProColortype fill_color
/* (In)
The fill color.
*/
)
Returns
The function successfully drew the polygon.
You specified more than 100 points.
Sample Code References
User Guide References
Est-ce que cela a été utile ?