Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1InputEventArgs Class / GetPosition Method / GetPosition(FrameworkElement) Method
Any visual object that is connected to the same object tree. To specify the object relative to the overall coordinate system, use a relativeTo value of null.

In This Topic
    GetPosition(FrameworkElement) Method
    In This Topic
    Gets the position of the pointer performing the drag gesture relatively to the specified element.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetPosition( _
       ByVal relativeTo As FrameworkElement _
    ) As Point
    public Point GetPosition( 
       FrameworkElement relativeTo
    )

    Parameters

    relativeTo
    Any visual object that is connected to the same object tree. To specify the object relative to the overall coordinate system, use a relativeTo value of null.
    See Also