InteractionTracker.ConfigureCenterPointXInertiaModifiers メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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))
パラメーター
- conditionalValues