InertiaProcessor2D Class
Implements the extrapolation of a manipulation's position, orientation, and average radius.
Assembly: System.Windows.Input.Manipulations (in System.Windows.Input.Manipulations.dll)
The InertiaProcessor2D type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ExpansionBehavior | Gets or sets the expansion behavior of the inertia processor. |
![]() | InitialOriginX | Gets or sets the x-coordinate for the initial origin, in coordinate units. |
![]() | InitialOriginY | Gets or sets the y-coordinate for the initial origin, in coordinate units. |
![]() | IsRunning | Gets whether inertia is currently in progress. |
![]() | RotationBehavior | Gets or sets the rotation behavior of the inertia processor. |
![]() | TranslationBehavior | Gets or sets the translation behavior of the inertia processor. |
| Name | Description | |
|---|---|---|
![]() | Complete | Completes final extrapolation by using the specified timestamp and raises the Completed event. |
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Process | Extrapolates the manipulation's position, orientation, and average radius at the specified time. |
![]() | SetParameters | Sets parameters on the inertia processor. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
An InertiaProcessor2D object enables your application to extrapolate an element's location, orientation, and other properties by simulating real-world behavior.
For instance, when a user moves an element and then releases it, the element can continue moving, decelerate, and then slowly stop. An inertia processor implements this behavior by causing the affine 2-D values (origin, scale, translation, and rotation) to change over a specified time at a specified deceleration rate.
An inertia processor by itself does not cause an element to move and decelerate. Your application receives information from an inertia processor and applies the values as needed to an application-specific element. Typically, an application uses the information received from an inertia processor to change the location, size or orientation of an element.
Inertia processing is typically used in conjunction with manipulation processing. For more information, see the ManipulationProcessor2D class.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
