The default method for drawing an ellipse is to specify the endpoints of one axis of the ellipse, and then specify a distance representing half the length of the second axis. The endpoints of the first axis determine the orientation of the ellipse. The longer axis of the ellipse is called the major axis, and the shorter one is the minor axis. The order in which you define the axes does not matter. The program determines the major and minor axes based on their relative lengths. You can draw ellipses using any of the following methods:
First axis endpoint (A), second axis endpoint (B), and half-length of other axis (C).