var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewerJS(controlId); var value; // Type: object // Parameters var x; // Type: number var y; // Type: number value = instance.transformPointFromViewerToDip(x, y);
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 the device-independent pixels (1/96th inch).