VisualInteractionSource.ConfigureCenterPointYModifiers 方法

定义

获取 CompositionConditionalValue 的有序列表。 在框架中,第一个 CompositionConditionalValue 具有它的 “。条件“的计算结果为 true,将 VisualInteractionSource 提供的 zoom CenterPointY 值替换为其”。Value“。 如果没有计算结果为 true,则 CenterPointY 不会替换该帧。

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

参数

适用于