Animation.WillChangeTransformationMatrix 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.
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.