var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId); var value; // Type: object // Parameters var x; // Type: number var y; // Type: number value = instance.transformPointFromControlToScreen(x, y);
Parameters
- x
- X coordinate in coordinate space of visible area of the image viewer.
- y
- Y coordinate in coordinate space of visible area of the image viewer.
Return Value
Point in the browser (screen) coordinate space.