Android.Widget.ImageView.ImageMatrix Property
Return the view's optional matrix.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the view's optional matrix. This is applied to the view's drawable when it is drawn. If there is no matrix, this method will return an identity matrix. Do not change this matrix in place but make a copy. If you want a different matrix applied to the drawable, be sure to call setImageMatrix().

Set method documentation [Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1