ViewStructure.SetTransformation(Matrix) 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.
Set the transformation matrix associated with this view, as per
View#getMatrix View.getMatrix()
, or null if there is none.
[Android.Runtime.Register("setTransformation", "(Landroid/graphics/Matrix;)V", "GetSetTransformation_Landroid_graphics_Matrix_Handler", ApiSince=23)]
public abstract void SetTransformation (Android.Graphics.Matrix? matrix);
[<Android.Runtime.Register("setTransformation", "(Landroid/graphics/Matrix;)V", "GetSetTransformation_Landroid_graphics_Matrix_Handler", ApiSince=23)>]
abstract member SetTransformation : Android.Graphics.Matrix -> unit
Parameters
- matrix
- Matrix
- Attributes
Remarks
Set the transformation matrix associated with this view, as per View#getMatrix View.getMatrix()
, or null if there is none.
Java documentation for android.view.ViewStructure.setTransformation(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.