addEllipse method
Adds an ellipse
Implementation
void addEllipse(Rect bounds) {
startFigure();
addArc(bounds, 0, 360);
closeFigure();
}
Adds an ellipse
void addEllipse(Rect bounds) {
startFigure();
addArc(bounds, 0, 360);
closeFigure();
}