Cannot find System.Windows.Point

I am using UIAutomation using the method

 System.Windows.Automation.AutomationElement.FromPoint(System.Windows.Point) 

to get the item with the mouse cursor, but I can not find the type System.Windows.Point . I was looking for a library of objects and this is still not visible.

I am using .Net Framework 4.5.

+5
source share

Source: https://habr.com/ru/post/1203980/


All Articles