|
FireSync API
|
| kPoint32f * kGraphic_DrawPoints32f | ( | kGraphic | graphic, |
| kGraphicPen | pen, | ||
| kGraphicBrush | brush, | ||
| kGraphicMarker | marker, | ||
| const kPoint32f * | points, | ||
| kSize | count | ||
| ) |
Draws a set of points using a pre-define shape.
The internal buffer returned by this function can be modifed.
| graphic | Graphic object. |
| pen | Pen to create strokes. |
| brush | Brush to create fill. |
| marker | Point shape. |
| points | Array of points (if null, will allocate a buffer without copying points). |
| count | Count of points. |