Step 1: The question asks specifically about drawing an ellipse using its symmetry.
Step 2: The Midpoint Ellipse Algorithm computes points in just one quadrant and uses the ellipse's four-way symmetry to plot the mirror points in the other three quadrants, saving work.
Step 3: Rule out the others. Flood-Fill is a region-filling algorithm. Cohen-Sutherland is a line clipping algorithm. Bresenham's Line Algorithm draws straight lines, not ellipses.
Step 4: The correct answer is the Midpoint Ellipse Algorithm.