TypeLibF Xojo Plugin

PointF.Rotate Method (console safe)

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

Rotate(
   angle as Single,
   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