FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kRect32s * kGraphic_DrawEllipses32s ( kGraphic  graphic,
kGraphicPen  pen,
kGraphicBrush  brush,
const kRect32s rects,
kSize  count 
)

Draws a set of ellipses.

The internal buffer returned by this function can be modifed.

Parameters
graphicGraphic object.
penPen to create strokes.
brushBrush to create fill.
rectsArray of bounding rectangles (if null, will allocate a buffer without copying rectangles).
countCount of bounding rectangles.
Returns
Returns pointer to buffer holding the new item(s).