다음을 통해 공유


IUIAnimationVariable::SetUpperBound 메서드(uianimation.h)

애니메이션 변수에 대한 상한(천장)을 설정합니다. 애니메이션 변수의 값이 지정된 값보다 높아서는 안 됩니다.

구문

HRESULT SetUpperBound(
  [in] DOUBLE bound
);

매개 변수

[in] bound

애니메이션 변수의 상한입니다.

반환 값

메서드가 성공하면 S_OK가 반환되고, 그러지 않으면 HRESULT 오류 코드를 반환합니다. 오류 코드 목록은 Windows 애니메이션 오류 코드를 참조하세요.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista용 Windows 7, Windows Vista 및 플랫폼 업데이트 [데스크톱 앱 | UWP 앱]
지원되는 최소 서버 지원되는 버전 없음
대상 플랫폼 Windows
헤더 uianimation.h
DLL UIAnimation.dll

추가 정보

IUIAnimationVariable

IUIAnimationVariable::GetFinalIntegerValue

IUIAnimationVariable::GetFinalValue

IUIAnimationVariable::GetIntegerValue

IUIAnimationVariable::GetPreviousIntegerValue

IUIAnimationVariable::GetPreviousValue

IUIAnimationVariable::GetValue

IUIAnimationVariable::SetLowerBound