|
Gocator Development Kit
|
| kStatus GdkGraphicLineSet_Construct | ( | GdkGraphicLineSet * | set, |
| k32f | width, | ||
| kColor | colour, | ||
| const kPoint3d32f * | points, | ||
| kSize | count, | ||
| kAlloc | allocator | ||
| ) |
Creates a set of polylines.
| set | Handle to hold the newly constructed line set. |
| width | Line width. |
| colour | Line colour. |
| points | Array of line points (if null, will allocate a buffer without copying points). |
| count | Count of points. |
| allocator | Memory allocator to use in constructing the object. |