Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / PointerEventArgs Class / Position Property


In This Topic
Position Property (PointerEventArgs)
In This Topic
Gets the x and y control coordinates of the touch input at the completed position.
Syntax
'Declaration
 
Public ReadOnly Property Position As Point
 
'Usage
 
Dim instance As PointerEventArgs
Dim value As Point
 
value = instance.Position

Property Value

The x and y control coordinates of the touch input at the completed position.
See Also