var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId); var value; // Type: Vintasoft.Shared.WebImageJS // Parameters var location; // Type: object value = instance.getImageByLocation(location);
function getImageByLocation(
locationThe point in the coordinate space of client area of image viewer.: object
) : WebImageJS;
Parameters
- location
- The point in the coordinate space of client area of image viewer.
Return Value
The WebImageJS object if point is located on image; otherwise, null.