FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.Util Namespace / Util Class / GetPosition Method

In This Topic
    GetPosition Method
    In This Topic
    Similar to e.GetPosition, but works in zoomed popups.
    Syntax
    'Declaration
     
    Public Shared Function GetPosition( _
       ByVal e As RoutedEventArgs, _
       ByVal element As UIElement _
    ) As Point
    public static Point GetPosition( 
       RoutedEventArgs e,
       UIElement element
    )

    Parameters

    e
    element
    See Also