CAAnimationDelegate_Extensions.AnimationStopped 메서드

정의

지정된 애니메이션이 중지될 때 호출되는 메서드입니다.

public static void AnimationStopped (this CoreAnimation.ICAAnimationDelegate This, CoreAnimation.CAAnimation anim, bool finished);
static member AnimationStopped : CoreAnimation.ICAAnimationDelegate * CoreAnimation.CAAnimation * bool -> unit

매개 변수

This
ICAAnimationDelegate

이 메서드가 작동하는 인스턴스입니다.

anim
CAAnimation

중지된 애니메이션입니다.

finished
Boolean

중지된 애니메이션이 완료되었는지 여부입니다.

적용 대상