TouchPointCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a collection of TouchPoint objects.
public ref class TouchPointCollection : System::Collections::ObjectModel::Collection<System::Windows::Input::TouchPoint ^>
public class TouchPointCollection : System.Collections.ObjectModel.Collection<System.Windows.Input.TouchPoint>
type TouchPointCollection = class
inherit Collection<TouchPoint>
Public Class TouchPointCollection
Inherits Collection(Of TouchPoint)
- Inheritance
Constructors
| Name | Description |
|---|---|
| TouchPointCollection() |
Initializes a new instance of the TouchPointCollection class. |