Translates a point to the specified offset.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
function translate(x, y);
Type: Global..Number
The offset in the x-direction.Type: Global..Number
The offset in the y-direction.This method corresponds to PointF.Translate(Single, Single) server-side member.