Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 | |
---|---|---|
![]() |
TouchPanel | Initializes an instance of the TouchPanel class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Enabled | Gets or sets whether this touch panel is enabled. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetCalibrationPoint | Gets a touch panel calibration point identified by its index. |
![]() |
GetCalibrationPointCount | Gets the number of calibration points used for this touch panel. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
SetCalibration | Calibrates the touch panel based on a series of pairs of calibration points. |
![]() |
StartCalibration | Prepares the touch panel for calibration. |
![]() |
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.