TouchPoint Class
Represents a single touch point from a multitouch message source.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | TouchPoint(TouchDevice, Point, Rect, TouchAction) | Initializes a new instance of the TouchPoint class. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets the last action that occurred at this location. |
![]() | Bounds | Gets the bounds of the area that the finger has in contact with the screen. |
![]() | Position | Gets the location of the touch point. |
![]() | Size | Gets the size of the Bounds property. |
![]() | TouchDevice | Gets the touch device that generated this TouchPoint. |
| 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEquatable(Of TouchPoint).Equals(TouchPoint) | Indicates whether the current object is equal to another TouchPoint. |
Available since 4.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




