Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何找到HTMLElementBHO(C#) 中的位置?
HTMLElement
我需要页面中元素的偏移位置和元素的客户端位置,即元素从客户端窗口左上角的位置。
我自己解决了这个问题。
IHTMLElement2 的 getClientRects() 和 getBoudningClientRect() 方法在这方面很有帮助。
-达特