Still seeking ways to draw rotate ovals

In desktop, I can use an object2d to draw an oval at 45 degrees.

In a PDF, I can mess about with the orientation of the graphics, draw a horizontal oval, and turn the page back around again.

I can find no way to do this in graphics on iOS , as object2D still doesnt exist there (and after all these years, its clear that Xojo will not/cannot bring that functionality over)

Is there a way to fudge the graphics orientation like in a PDF?

I believe there is using Graphics.[Rotate](Graphics — Xojo documentation then DrawOval

1 Like