|
FireSync API
|
| kRotatedRect32s * kGraphic_DrawRotatedRects32s | ( | kGraphic | graphic, |
| kGraphicPen | pen, | ||
| kGraphicBrush | brush, | ||
| const kRotatedRect32s * | rects, | ||
| kSize | count | ||
| ) |
Draws a set of rotated rectangles.
The internal buffer returned by this function can be modifed.
| graphic | Graphic object. |
| pen | Pen to create strokes. |
| brush | Brush to create fill. |
| rects | Array of rectangles (if null, will allocate a buffer without copying rectangles). |
| count | Count of rectangles. |