InteractionTrackerInertiaMotion.Create(Compositor) Method
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.
Creates an instance of InteractionTrackerInertiaMotion.
public:
static InteractionTrackerInertiaMotion ^ Create(Compositor ^ compositor);
static InteractionTrackerInertiaMotion Create(Compositor const& compositor);
public static InteractionTrackerInertiaMotion Create(Compositor compositor);
function create(compositor)
Public Shared Function Create (compositor As Compositor) As InteractionTrackerInertiaMotion
Parameters
- compositor
- Compositor
The compositor to use when creating the InteractionTrackerInertiaMotion object.
Returns
Returns the created InteractionTrackerInertiaMotion object.