What's up with all the different X and Y coordinates in IHTMLEventObj2?
Posted
by Motti
on Stack Overflow
See other posts from Stack Overflow
or by Motti
Published on 2010-04-25T13:28:38Z
Indexed on
2010/04/25
13:33 UTC
Read the original article
Hit count: 371
I'm working with the IHTMLEventObj2 interface to create an event object and it has all these redundant(?) x and y coordinates:
clientXoffsetXscreenXx
Is it enough for me to specify one and the others will be deduced?
© Stack Overflow or respective owner