Share via


TouchPanel Class

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

Provides general control over a touch panel.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT.Touch..::..TouchPanel

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

Syntax

'Declaration
Public Class TouchPanel
public class TouchPanel
public ref class TouchPanel
type TouchPanel =  class end
public class TouchPanel

The TouchPanel type exposes the following members.

Constructors

  Name Description
Public method TouchPanel Initializes an instance of the TouchPanel class.

Top

Properties

  Name Description
Public property Enabled Gets or sets whether this touch panel is enabled.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetCalibrationPoint Gets a touch panel calibration point identified by its index.
Public method GetCalibrationPointCount Gets the number of calibration points used for this touch panel.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetCalibration Calibrates the touch panel based on a series of pairs of calibration points.
Public method StartCalibration Prepares the touch panel for calibration.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT.Touch Namespace