This documentation is for the old version. Go to the latest Graphics Mill docs

PolylineVObject.hitTest Method

Determines whether the specified point belongs to this vector polyline.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function hitTest(p);

Return Value

true if the specified point belongs to this vector polyline; otherwise false.

See Also

Reference