AlphaAnimation 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AlphaAnimation(Context, IAttributeSet) |
从资源加载 AlphaAnimation 时使用的构造函数。 |
AlphaAnimation(IntPtr, JniHandleOwnership) |
创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。 |
AlphaAnimation(Single, Single) |
从代码生成 AlphaAnimation 时要使用的构造函数 |
AlphaAnimation(Context, IAttributeSet)
从资源加载 AlphaAnimation 时使用的构造函数。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public AlphaAnimation (Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Views.Animations.AlphaAnimation : Android.Content.Context * Android.Util.IAttributeSet -> Android.Views.Animations.AlphaAnimation
参数
- context
- Context
要使用的应用程序上下文
- attrs
- IAttributeSet
从中读取值的属性集
- 属性
注解
从资源加载 AlphaAnimation 时使用的构造函数。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
AlphaAnimation(IntPtr, JniHandleOwnership)
创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。
protected AlphaAnimation (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.Animations.AlphaAnimation : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.Animations.AlphaAnimation
参数
- transfer
- JniHandleOwnership
指示 JniHandleOwnership如何处理 javaReference
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
AlphaAnimation(Single, Single)
从代码生成 AlphaAnimation 时要使用的构造函数
[Android.Runtime.Register(".ctor", "(FF)V", "")]
public AlphaAnimation (float fromAlpha, float toAlpha);
[<Android.Runtime.Register(".ctor", "(FF)V", "")>]
new Android.Views.Animations.AlphaAnimation : single * single -> Android.Views.Animations.AlphaAnimation
参数
- fromAlpha
- Single
动画的起始 alpha 值,其中 1.0 表示完全不透明,0.0 表示完全透明。
- toAlpha
- Single
动画的结束 alpha 值。
- 属性
注解
从代码生成 AlphaAnimation 时要使用的构造函数
适用于 . 的 android.view.animation.AlphaAnimation.AlphaAnimation(float, float)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。