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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.