posn-x-y

posn-x-y is a compiled Lisp function in `subr.el'.

(posn-x-y POSITION)

Return the x and y coordinates in POSITION.
The return value has the form (X . Y), where X and Y are given in
pixels. POSITION should be a list of the form returned by
`event-start' and `event-end'.