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
停止的动画是否已完成。