Returns a value indicating whether point is located on selection.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionToolJS();
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 selection; False - point is not located on selection.