transformPointFromViewerToControl Method
In This Topic
Transforms point from the coordinate space of client area of the image viewer to the coordinate space of visible area of the image viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var value; // Type: object
// Parameters
var x; // Type: number
var y; // Type: number
value = instance.transformPointFromViewerToControl(x, y);
function transformPointFromViewerToControl(
: number,
: number
) : object;
Parameters
- x
- X coordinate in coordinate space of client area of the image viewer.
- y
- Y coordinate in coordinate space of client area of the image viewer.
Return Value
Point in coordinate space of visible area of the image viewer.
Exceptions
| Exception | Description |
| Thrown if arguments have wrong types. |
Browser Compatibility
See Also