ComponentOne Basic Library for WPF and Silverlight
GetPosition(UIElement) Method


C1.WPF Namespace > C1InputEventArgs Class > GetPosition Method : GetPosition(UIElement) Method
Any UIElement-derived 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.
Gets the position of the pointer performing the drag gesture relatively to the specified element.
Syntax
'Declaration
 
Public Overloads Function GetPosition( _
   ByVal relativeTo As System.Windows.UIElement _
) As System.Windows.Point
'Usage
 
Dim instance As C1InputEventArgs
Dim relativeTo As System.Windows.UIElement
Dim value As System.Windows.Point
 
value = instance.GetPosition(relativeTo)
public System.Windows.Point GetPosition( 
   System.Windows.UIElement relativeTo
)

Parameters

relativeTo
Any UIElement-derived 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

Reference

C1InputEventArgs Class
C1InputEventArgs Members
Overload List