Rotates a point to the specified angle.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
function rotate(angle);
Type: Global..Number
The angle to rotate point to.This method corresponds to PointF.Rotate(Single) server-side member.