VisualInteractionSource.ConfigureCenterPointYModifiers 方法

定义

采用 CompositionConditionalValue 的有序列表。 在帧中,第一个 CompositionConditionalValue 具有其 “ 。条件“的计算结果为 true 替换 VisualInteractionSource 提供的缩放中心点Y 值及其”。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))

参数

适用于