Matrix.Set(Matrix) Method

Definition

(deep) copy the src matrix into this matrix.

[Android.Runtime.Register("set", "(Landroid/graphics/Matrix;)V", "GetSet_Landroid_graphics_Matrix_Handler")]
public virtual void Set (Android.Graphics.Matrix? src);
[<Android.Runtime.Register("set", "(Landroid/graphics/Matrix;)V", "GetSet_Landroid_graphics_Matrix_Handler")>]
abstract member Set : Android.Graphics.Matrix -> unit
override this.Set : Android.Graphics.Matrix -> unit

Parameters

src
Matrix
Attributes

Remarks

(deep) copy the src matrix into this matrix. If src is null, reset this matrix to the identity matrix.

Java documentation for android.graphics.Matrix.set(android.graphics.Matrix).

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