[]
        
(Showing Draft Content)

C1.Util.Util.GetPosition

GetPosition Method

GetPosition(RoutedEventArgs, UIElement)

Similar to e.GetPosition, but works in zoomed popups.

Declaration
public static Point GetPosition(RoutedEventArgs e, UIElement element)
Public Shared Function GetPosition(e As RoutedEventArgs, element As UIElement) As Point
Parameters
Type Name Description
RoutedEventArgs e
UIElement element
Returns
Type Description
Point