Scales a point to the specified values.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
function scale(scaleX, scaleY);
Type: Global..Number
The scale factor in the x-direction.Type: Global..Number
The scale factor in the y-direction.This method corresponds to PointF.Scale(Single, Single) server-side member.