I would like to get the absolute position of an element in relation to the window/root element when it is double clicked. The element's relative position within it's parent is all I can seem to get to, and what I'm trying to get to is the point relative to the window. I've seen solutions of how to get a the point of an element on the screen, but not in the window.
|
|
|
|
|
|
|
I think what BrandonS wants is not the position of the mouse relative to the root element, but rather the position of some descendant element. For that, there is the TransformToAncestor method:
Where |
|||
|
|
|
|
Hm.
You have to specify window you clicked in
I suspect that you need to refer to the window not from it own class but from other point of the application. In this case |
||
|
|
|
|
Thanks for response, that is what I was looking for. |
||
|
|
