Here is what I know:
The location of the center of the ellipse C (20,10).
The Major axis (2a) or 400 (a being 200) - this is on the X axis.
The Minor axis (2b) or 200 (b being 100) - on the y axis.
The Angle of the line. The line segment which x1,y1 = C (20,10) the center of the cirle and x2,y2 (1200,800).
The Ellipse is not rotated.
I'm attempting to draw an arrow in delphi from the center of this ellipse to a point (and have it start at the ellipse and not in the center). The ellipse will eventually move and the arrow could point in any direction.
Thank you in advance for any help. And for what it is worth, I did search and read everything I could find similar to this question.