Animation.WillChangeTransformationMatrix Method

Definition

Indicates whether or not this animation will affect the transformation matrix.

[Android.Runtime.Register("willChangeTransformationMatrix", "()Z", "GetWillChangeTransformationMatrixHandler")]
public virtual bool WillChangeTransformationMatrix ();
[<Android.Runtime.Register("willChangeTransformationMatrix", "()Z", "GetWillChangeTransformationMatrixHandler")>]
abstract member WillChangeTransformationMatrix : unit -> bool
override this.WillChangeTransformationMatrix : unit -> bool

Returns

true if this animation will change the transformation matrix

Attributes

Remarks

Indicates whether or not this animation will affect the transformation matrix. For instance, a fade animation will not affect the matrix whereas a scale animation will.

Java documentation for android.view.animation.Animation.willChangeTransformationMatrix().

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