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

BaseRectangleVObject.hitTest Method

Determines whether the specified point is located inside this vector rectangle.

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 is located inside this vector object; otherwise false.

See Also

Reference