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: | pfcDisplay::DrawPolygon2D | |||||||
Synopsis | ||||||||
#include <ProGraphic.h> | ||||||||
ProError | 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 | ||||||||
|