GetCalibrationPoint Method

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

Gets a touch panel calibration point identified by its index.

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

Syntax

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

Parameters

  • x
    Type: System. . :: . .Int32%
    A reference to the integer in which the X axis of the calibration point is returned.
  • y
    Type: System. . :: . .Int32%
    A reference to the integer in which the Y axis of the calibration point is returned.

.NET Framework Security

See Also

Reference

TouchPanel Class

Microsoft.SPOT.Touch Namespace