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