次の方法で共有


InteractionTracker.ConfigureCenterPointXInertiaModifiers メソッド

定義

CompositionConditionalValue の順序付きリストを取得します。 フレーム内では、トラッカーが慣性にある間に、最初の CompositionConditionalValue に " が含まれます。条件" は true に評価され、トラッカーが使用するズーム CenterPointX 値を その " に置き換えます。値" です。 true と評価されない場合、CenterPointX はそのフレームに置き換えられません。

public:
 virtual void ConfigureCenterPointXInertiaModifiers(IIterable<CompositionConditionalValue ^> ^ conditionalValues) = ConfigureCenterPointXInertiaModifiers;
void ConfigureCenterPointXInertiaModifiers(IIterable<CompositionConditionalValue> const& conditionalValues);
public void ConfigureCenterPointXInertiaModifiers(IEnumerable<CompositionConditionalValue> conditionalValues);
function configureCenterPointXInertiaModifiers(conditionalValues)
Public Sub ConfigureCenterPointXInertiaModifiers (conditionalValues As IEnumerable(Of CompositionConditionalValue))

パラメーター

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象