Ellipse and polygon functions, which draw ellipses and polygons, are particularly useful in drawing and charting applications. GDI draws the perimeter of each object with the selected pen and fills the interior by using the selected brush. Following are the ellipse and polygon functions:
Function | Description |
Chord | Draws a chord. |
Ellipse | Draws an ellipse. |
Pie | Draws a pie. |
Polygon | Draws a polygon. |
PolyPolygon | Draws a series of closed polygons that are filled as though they were a single polygon. |
Rectangle | Draws a rectangle. |
RoundRect | Draws a rounded rectangle. |