CAAnimationDelegate_Extensions.AnimationStopped 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當指定的動畫停止時呼叫的方法。
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
停止的動畫是否已完成。