Point relativePoint = myVisual.TransformToAncestor(rootVisual)
.Transform(new Point(0, 0));
this code block is very useful but, I use MVVM therefore the code block is useless for me ?
I wanna to get X & Y without using rootVisual.
Thanks & Best Regards.