Converts the specified point (x, y) using the offset of the specified container and returns a new Point with the result.
let pt = mxUtils.convertPoint(graph.container, mxEvent.getClientX(evt), mxEvent.getClientY(evt)); Copy
let pt = mxUtils.convertPoint(graph.container, mxEvent.getClientX(evt), mxEvent.getClientY(evt));
DOM node to use for the offset.
X-coordinate of the point to be converted.
Y-coordinate of the point to be converted.
Converts the specified point (x, y) using the offset of the specified container and returns a new Point with the result.