Hello all,
I need to draw an ellipse in a picture box. I am aware of the circle method and also the ellipse win32 API. However, both functions only allow the drawing of a "regular" ellipse (where the bounding box is always an upright rectangle). I need to find something that allows me to draw a "tilted" ellipse.
The information that I am given about each ellipse is the mid-point of each side of the rectangular bounding box, so that the two lines formed by the two pairs of opposite mid-points intersect at the middle of the ellipse. The bounding box might be set at an angle and not align with either the x or y axis.
Any help would be greatly appreciated.

ctse