Transformation.Set(Transformation) Method

Definition

Clones the specified transformation.

[Android.Runtime.Register("set", "(Landroid/view/animation/Transformation;)V", "GetSet_Landroid_view_animation_Transformation_Handler")]
public virtual void Set (Android.Views.Animations.Transformation? t);
[<Android.Runtime.Register("set", "(Landroid/view/animation/Transformation;)V", "GetSet_Landroid_view_animation_Transformation_Handler")>]
abstract member Set : Android.Views.Animations.Transformation -> unit
override this.Set : Android.Views.Animations.Transformation -> unit

Parameters

t
Transformation

The transformation to clone.

Attributes

Remarks

Clones the specified transformation.

Java documentation for android.view.animation.Transformation.set(android.view.animation.Transformation).

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.

Applies to