AnimationUtils.LoadAnimation(Context, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads an Animation
object from a resource
[Android.Runtime.Register("loadAnimation", "(Landroid/content/Context;I)Landroid/view/animation/Animation;", "")]
public static Android.Views.Animations.Animation? LoadAnimation (Android.Content.Context? context, int id);
[<Android.Runtime.Register("loadAnimation", "(Landroid/content/Context;I)Landroid/view/animation/Animation;", "")>]
static member LoadAnimation : Android.Content.Context * int -> Android.Views.Animations.Animation
Parameters
- context
- Context
Application context used to access resources
- id
- Int32
The resource id of the animation to load
Returns
The animation object referenced by the specified id
- Attributes
Exceptions
when the animation cannot be loaded
Remarks
Loads an Animation
object from a resource
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.