Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

Public Interface IManipulator

NameDescription
System_CAPS_pubpropertyId

Gets or sets a unique identifier for the object.

NameDescription
System_CAPS_pubmethodGetPosition(IInputElement)

Returns the position of the IManipulator object.

System_CAPS_pubmethodManipulationEnded(Boolean)

Called when the manipulation ends.

NameDescription
System_CAPS_pubeventUpdated

Occurs when the IManipulator object changes position.

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
Return to top
Show:
© 2017 Microsoft