|
FireSync API
|
| kPoint32s * kGraphic_DrawPolyline32s | ( | kGraphic | graphic, |
| kGraphicPen | pen, | ||
| const kPoint32s * | points, | ||
| kSize | count | ||
| ) |
Draws connected line segments.
The internal buffer returned by this function can be modifed.
| graphic | Graphic object. |
| pen | Pen to create strokes. |
| points | Array of points to be drawn (if null, will allocate a point buffer without copying points). |
| count | Count of points. |