FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
graphicGraphic object.
penPen to create strokes.
pointsArray of points to be drawn (if null, will allocate a point buffer without copying points).
countCount of points.
Returns
Returns pointer to buffer holding the new item(s).