Returns a value indicating whether point is located on annotation.
var instance = new Vintasoft.Imaging.Annotation.UI.WebArcAnnotationViewJS();
var value; // Type: boolean
// Parameters
var x; // Type: number
var y; // Type: number
value = instance.isPointOnFigure(x, y);
function isPointOnFigure(
: number,
: number
) : boolean;
Parameters
- x
- X-coordinate of point in control space.
- y
- Y-coordinate of point in control space.
Return Value
True - point is located on annotation; False - point is not located on annotation.