Transformation.Compose(Transformation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
t
- Attributes
Remarks
Apply this Transformation to an existing Transformation, e.g. apply a scale effect to something that has already been rotated.
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.