Object2D.Rotation
From Xojo Documentation
Property (As Double )
aObject2D.Rotation = newDoubleValue
or
DoubleValue = aObject2D.Rotation
Supported for all project types and targets.
or
DoubleValue = aObject2D.Rotation
Supported for all project types and targets.
Clockwise rotation, in radians, around the X, Y point. Only set the rotation after you have drawn all your objects.
Sample Code
This code rotates the arc 0.9 radians.