AnimatedImageDrawable.Stop 方法

定义

停止动画。

[Android.Runtime.Register("stop", "()V", "GetStopHandler", ApiSince=28)]
public virtual void Stop();
[<Android.Runtime.Register("stop", "()V", "GetStopHandler", ApiSince=28)>]
abstract member Stop : unit -> unit
override this.Stop : unit -> unit

实现

属性

注解

停止动画。

如果动画已停止,它将继续显示停止时显示的帧。

适用于 . 的 android.graphics.drawable.AnimatedImageDrawable.stop()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于