ImageDecoder.ImageInfo.IsAnimated Property

Definition

Whether the image is animated.

public virtual bool IsAnimated { [Android.Runtime.Register("isAnimated", "()Z", "GetIsAnimatedHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("isAnimated", "()Z", "GetIsAnimatedHandler", ApiSince=28)>]
member this.IsAnimated : bool

Property Value

Attributes

Remarks

Whether the image is animated.

If true, #decodeDrawable decodeDrawable will return an AnimatedImageDrawable.

Java documentation for android.graphics.ImageDecoder.ImageInfo.isAnimated().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to