ComponentOne Xamarin.Android
GetPosition(View) Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1InputEventArgs Class > GetPosition Method : GetPosition(View) 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.
Gets the position of the pointer performing the drag gesture relatively to the specified element.
Syntax
'Declaration
 
Public Overloads Function GetPosition( _
   ByVal relativeTo As Android.Views.View _
) As C1Point
'Usage
 
Dim instance As C1InputEventArgs
Dim relativeTo As Android.Views.View
Dim value As C1Point
 
value = instance.GetPosition(relativeTo)
public C1Point GetPosition( 
   Android.Views.View 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

Reference

C1InputEventArgs Class
C1InputEventArgs Members
Overload List