Returns a distance from this point to the specified one.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
function distance(pt);
Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math..PointF
The destination point.This method corresponds to PointF.Distance(PointF) server-side member.