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처리 방법을 나타내는 AjavaReference
설명
이 페이지의 일부는 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
애니메이션의 시작 알파 값입니다. 여기서 1.0은 완전히 불투명하고 0.0은 완전히 투명합니다.
- toAlpha
- Single
애니메이션의 끝 알파 값입니다.
- 특성
설명
코드에서 AlphaAnimation을 빌드할 때 사용할 생성자
에 대한 android.view.animation.AlphaAnimation.AlphaAnimation(float, float)
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.