TypeLibF Xojo Plugin

LineF.Rotate Method

Rotates the line 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 line around.

Remarks

See Also

LineF Class