var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS(); var value; // Type: Vintasoft.Imaging.UI.VisualTools.WebHighlightObjectJS // Parameters var x; // Type: number var y; // Type: number value = instance.findItem(x, y);
function findItem(
xX coordinate in the coordinate space of HTML document.: number,
yY coordinate in the coordinate space of HTML document.: number
) : WebHighlightObjectJS;
Parameters
- x
- X coordinate in the coordinate space of HTML document.
- y
- Y coordinate in the coordinate space of HTML document.
Return Value
An instance of the WebHighlightObjectJS class if highlighted image region is found; otherwise, "null".