다음을 통해 공유


VisualInteractionSource.ConfigureCenterPointXModifiers 메서드

정의

CompositionConditionalValue의 순서가 지정된 목록을 가져옵니다. 프레임에서 첫 번째 CompositionConditionalValue는 "를 갖습니다. 조건"이 true로 평가하면 VisualInteractionSource에서 제공하는 확대/축소 CenterPointX 값이 "로 바뀝니다. 값". 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))

매개 변수

적용 대상