Transformation.Compose(Transformation) Method

Definition

Apply this Transformation to an existing Transformation, e.

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

Parameters

Attributes

Remarks

Apply this Transformation to an existing Transformation, e.g. apply a scale effect to something that has already been rotated.

Java documentation for android.view.animation.Transformation.compose(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