mattscotney
Programmer
Hi all,
I can draw an ellipse like this:
myGFXobject.drawEllipse(myPEN, x, y, width, height)
How can I draw an ellipse rotated around its center by a 45 degree angle?
Is it possible to draw an ellipse using a series of points? (Simular to drawing a diamond using the drawPolygon method)
Thanks,
Matt Scotney
I can draw an ellipse like this:
myGFXobject.drawEllipse(myPEN, x, y, width, height)
How can I draw an ellipse rotated around its center by a 45 degree angle?
Is it possible to draw an ellipse using a series of points? (Simular to drawing a diamond using the drawPolygon method)
Thanks,
Matt Scotney