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