iOSGraphics.Rotate
From Xojo Documentation
Method
Rotates the drawing context by the specified angle (in radians) around the origin point (usually 0,0). This only affects subsequent drawing. Any drawing done before the Rotate method call is not rotated.
Method
Rotates the drawing context at the x and y coordinates by the specified angle (in radians). This only affects subsequent drawing. Any drawing done before the Rotate method called is not rotated.
Notes
Use Translate to move the origin.
Sample Code
From within an iOSCanvas.Paint event handler: