Android.Graphics.Drawables.AnimationDrawable.AddFrame Method
Add a frame to the animation

Syntax

[Android.Runtime.Register("addFrame", "(Landroid/graphics/drawable/Drawable;I)V", "GetAddFrame_Landroid_graphics_drawable_Drawable_IHandler")]
public virtual void AddFrame (Drawable frame, int duration)

Parameters

frame
The frame to add
duration
How long in milliseconds the frame should appear

Remarks

Add a frame to the animation

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1