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(
imageThe image.: WebImageJS,
locationThe point on image, in pixels.: object
) : object;
Parameters
- image
- The image.
- location
- The point on image, in pixels.
Return Value
An action if action is found; otherwise, null.