GetLastTouchPoint Method

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

Gets the X and Y coordinates of the last touch point.

Namespace:  Microsoft.SPOT.Touch
Assembly:  Microsoft.SPOT.Touch (in Microsoft.SPOT.Touch.dll)

Syntax

'Declaration
Public Shared Sub GetLastTouchPoint ( _
    ByRef x As Integer, _
    ByRef y As Integer _
)
public static void GetLastTouchPoint(
    ref int x,
    ref int y
)
public:
static void GetLastTouchPoint(
    int% x, 
    int% y
)
static member GetLastTouchPoint : 
        x:int byref * 
        y:int byref -> unit 
public static function GetLastTouchPoint(
    x : int, 
    y : int
)

Parameters

  • x
    Type: System. . :: . .Int32%
    A reference to the integer variable in which the X coordinate of the last touch is returned.
  • y
    Type: System. . :: . .Int32%
    A reference to the integer variable in which the Y coordinate of the last touch is returned.

.NET Framework Security

See Also

Reference

TouchCollectorConfiguration Class

Microsoft.SPOT.Touch Namespace