iOSGraphics.DrawOval
From Xojo Documentation
Method
iOSGraphics.DrawOval(x As Double, y As Double, width As Double, height As Double)
Supported on Mobile(iOS).
Supported on Mobile(iOS).
Draws an oval where x and y are the top left corner. If width and height are the same, then a circle is drawn.
Sample Code
From within an iOSCanvas.Paint event handler: