Q3PolyLine_New
You can use theQ3PolyLine_New
function to create a new polyline.
TQ3GeometryObject Q3PolyLine_New ( const TQ3PolyLineData *polyLineData);
polyLineData
- A pointer to a
TQ3PolyLineData
structure.DESCRIPTION
TheQ3PolyLine_New
function returns, as its function result, a new polyline having the vertices and attributes specified by thepolyLineData
parameter. If a new polyline could not be created,Q3PolyLine_New
returns the valueNULL
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help