The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IManipulator Interface
.NET Framework (current version)
Provides the position of input that is needed to create a manipulation.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | Id | Gets or sets a unique identifier for the object. |
| Name | Description | |
|---|---|---|
![]() | GetPosition(IInputElement) | Returns the position of the IManipulator object. |
![]() | ManipulationEnded(Boolean) | Called when the manipulation ends. |
Each touch point is an IManipulator object. For example, if you use two fingers to resize an object, a TouchDevice, which implements IManipulator, is created for each finger.
.NET Framework
Available since 4.0
Available since 4.0
Show:


