TouchCollectorConfiguration Class

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

Manages the settings that control the way in which touch panel data is collected, and provides access to the last touch event.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT.Touch..::..TouchCollectorConfiguration

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

Syntax

'Declaration
Public NotInheritable Class TouchCollectorConfiguration
public static class TouchCollectorConfiguration
public ref class TouchCollectorConfiguration abstract sealed
[<AbstractClass>]
[<Sealed>]
type TouchCollectorConfiguration =  class end
public final class TouchCollectorConfiguration

The TouchCollectorConfiguration type exposes the following members.

Properties

  Name Description
Public propertyStatic member CollectionMethod Gets the CollectionMethod value that identifies the touch data collection method currently being used (managed or native).
Public propertyStatic member CollectionMode Gets the CollectionMode value that corresponds to the mode currently being used to collect touch data (ink only, gesture only, or both ink and gesture).
Public propertyStatic member SamplingFrequency Gets the current sampling rate being used for touch data, in microseconds between samples.
Public propertyStatic member TouchMoveFrequency Gets the current maximum number of touch events generated per second.

Top

Methods

  Name Description
Public methodStatic member GetLastTouchPoint Gets the X and Y coordinates of the last touch point.
Public methodStatic member GetTouchInput Gets touch-panel information.
Public methodStatic member SetTouchInput Sets touch-panel information.

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