Android.Views.MotionEvent.Transform Method
Applies a transformation matrix to all of the points in the event.

Syntax

[Android.Runtime.Register("transform", "(Landroid/graphics/Matrix;)V", "")]
public void Transform (Android.Graphics.Matrix matrix)

Parameters

matrix
The transformation matrix to apply.

Remarks

Applies a transformation matrix to all of the points in the event.

[Android Documentation]

Requirements

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