TypeLibF Xojo Plugin

PointF.Rotate Method

Rotates the point in a coordinate system around a defined center point.

Rotate(
   angle as Double,
   rotateAroundPoint as PointF)

Parameters

angle
Defines how many degrees to rotate
rotateAroundPoint
The center point to rotate the point around.

Remarks

See Also

PointF Class