共用方式為


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

停止的動畫是否已完成。

適用於