Y Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The Y coordinate, in the coordinate space of the InputDevice, at which the event occurred.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Y As Integer
public int Y
public:
int Y
val mutable Y: int
public var Y : int

Remarks

For multi-touch, X and Y form the center location of the gesture. For single touch, X and Y form the starting location of the gesture.

.NET Framework Security

See Also

Reference

TouchGestureEventArgs Class

Microsoft.SPOT.Input Namespace