ImageView.ImageMatrix Property

Definition

Returns the view's optional matrix. -or- Adds a transformation Matrix that is applied to the view's drawable when it is drawn.

public virtual Android.Graphics.Matrix? ImageMatrix { [Android.Runtime.Register("getImageMatrix", "()Landroid/graphics/Matrix;", "GetGetImageMatrixHandler")] get; [Android.Runtime.Register("setImageMatrix", "(Landroid/graphics/Matrix;)V", "GetSetImageMatrix_Landroid_graphics_Matrix_Handler")] set; }
[<get: Android.Runtime.Register("getImageMatrix", "()Landroid/graphics/Matrix;", "GetGetImageMatrixHandler")>]
[<set: Android.Runtime.Register("setImageMatrix", "(Landroid/graphics/Matrix;)V", "GetSetImageMatrix_Landroid_graphics_Matrix_Handler")>]
member this.ImageMatrix : Android.Graphics.Matrix with get, set

Property Value

Matrix
Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.ImageView.getImageMatrix().

Property setter documentation:

Java documentation for android.widget.ImageView.setImageMatrix(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