RotateAnimation
RotateAnimation(Context, IAttributeSet)
RotateAnimation(IntPtr, JniHandleOwnership)
RotateAnimation(Single, Single)
RotateAnimation(Single, Single, Single, Single)
RotateAnimation(Single, Single, Dimension, Single, Dimension, Single)
JniPeerMembers
ThresholdClass
ThresholdType
monoandroid
namespace Android.Views.Animations
{
[Register("android/view/animation/RotateAnimation", DoNotGenerateAcw = true)]
public class RotateAnimation : Animation
{
[Register(".ctor", "(FFIFIF)V", "")]
public RotateAnimation(float fromDegrees, float toDegrees, [GeneratedEnum] Dimension pivotXType, float pivotXValue, [GeneratedEnum] Dimension pivotYType, float pivotYValue);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API