Share via


GetCalibrationPointCount Method

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

Gets the number of calibration points used for this touch panel.

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

Syntax

'Declaration
Public Sub GetCalibrationPointCount ( _
    ByRef count As Integer _
)
public void GetCalibrationPointCount(
    ref int count
)
public:
void GetCalibrationPointCount(
    int% count
)
member GetCalibrationPointCount : 
        count:int byref -> unit 
public function GetCalibrationPointCount(
    count : int
)

Parameters

  • count
    Type: System. . :: . .Int32%
    A reference to an integer variable into which GetCalibrationPointCount puts the number of calibration points.

.NET Framework Security

See Also

Reference

TouchPanel Class

Microsoft.SPOT.Touch Namespace