Android.Graphics.Matrix.SetRotate Method
Set the matrix to rotate by the specified number of degrees, with a pivot point at (px, py).

Syntax

[Android.Runtime.Register("setRotate", "(FFF)V", "GetSetRotate_FFFHandler")]
public virtual void SetRotate (float degrees, float px, float py)

Parameters

degrees
Documentation for this section has not yet been entered.
px
Documentation for this section has not yet been entered.
py
Documentation for this section has not yet been entered.

Remarks

Set the matrix to rotate by the specified number of degrees, with a pivot point at (px, py). The pivot point is the coordinate that should remain unchanged by the specified transformation.

[Android Documentation]

Requirements

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