Finds the action on specified image at specified location.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebDocumentNavigationToolJS();
var value; // Type: object
// Parameters
var image; // Type: WebImageJS
var location; // Type: object
value = instance.findAction(image, location);
function findAction(
: WebImageJS,
: object
) : object;
Parameters
- image
- The image.
- location
- The point on image, in pixels.
Return Value
An action if action is found; otherwise, null.