VisualInteractionSource.ConfigureCenterPointXModifiers 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
采用 CompositionConditionalValue 的有序列表。 在帧中,第一个 CompositionConditionalValue 具有其 “ 。“条件”的计算结果为 true,将 VisualInteractionSource 提供的缩放中心点X 值替换为其“。Value”。 如果没有计算结果为 true,则不会替换该帧的 CenterPointX。
public:
virtual void ConfigureCenterPointXModifiers(IIterable<CompositionConditionalValue ^> ^ conditionalValues) = ConfigureCenterPointXModifiers;
void ConfigureCenterPointXModifiers(IIterable<CompositionConditionalValue> const& conditionalValues);
public void ConfigureCenterPointXModifiers(IEnumerable<CompositionConditionalValue> conditionalValues);
function configureCenterPointXModifiers(conditionalValues)
Public Sub ConfigureCenterPointXModifiers (conditionalValues As IEnumerable(Of CompositionConditionalValue))
参数
- conditionalValues