Note: This function has been superseded by the PEXOCCPolyline function, but is maintained here for backwards compatibility with PEXlib 5.1.
void PEXPolyline2D( Display *display, XID resource_id, PEXOCRequestType req_type, unsigned int count, PEXCoord2D *points )
None.
Invoke PEXPolyline2D to create a two-dimensional polyline output primitive.
This primitive is similar to the PEXPolyline primitive, except that you need only to specify x- and y-components. The z-component is always assumed to be zero. This primitive is two-dimensional only in that the z-components are implied. PEXlib still carries out the geometry transformations in three dimensions.
For an overview, see Output Command Functions.