AnimationUtils.LoadInterpolator(Context, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リソースから Interpolator オブジェクトを読み込みます
[Android.Runtime.Register("loadInterpolator", "(Landroid/content/Context;I)Landroid/view/animation/Interpolator;", "")]
public static Android.Views.Animations.IInterpolator? LoadInterpolator(Android.Content.Context? context, int id);
[<Android.Runtime.Register("loadInterpolator", "(Landroid/content/Context;I)Landroid/view/animation/Interpolator;", "")>]
static member LoadInterpolator : Android.Content.Context * int -> Android.Views.Animations.IInterpolator
パラメーター
- context
- Context
リソースへのアクセスに使用されるアプリケーション コンテキスト
- id
- Int32
読み込むアニメーションのリソース ID
返品
指定した ID によって参照される補間オブジェクト
- 属性
例外
注釈
リソースから Interpolator オブジェクトを読み込みます
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。