Drawing Graphics: 2.4 Shapes: Ellipses

Up: GEOS SDK TechDocs| Up | Prev: 2.3 Rectangles | Next: 2.5 Elliptical Arcs
GrDrawEllipse(), GrFillEllipse()

Ellipses are defined by their bounding rectangles. The pen position becomes the first coordinate pair passed. Circles are ellipses with heights equal to their widths.

GrDrawEllipse() draws the outline of an ellipse using the current line drawing attributes. GrFillEllipse() fills the ellipse's area using the current area attributes.


Up: GEOS SDK TechDocs| Up | Prev: 2.3 Rectangles | Next: 2.5 Elliptical Arcs