Android.Graphics.Matrix.PreRotate Method
Preconcats the matrix with the specified rotation.

Syntax

[Android.Runtime.Register("preRotate", "(F)Z", "GetPreRotate_FHandler")]
public virtual bool PreRotate (float degrees)

Parameters

degrees
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Preconcats the matrix with the specified rotation. M' = M * R(degrees)

[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