Android.Graphics.Canvas.Rotate Method
Preconcat the current matrix with the specified rotation.

Syntax

[Android.Runtime.Register("rotate", "(FFF)V", "")]
public void Rotate (float degrees, float px, float py)

Parameters

degrees
The amount to rotate, in degrees
px
The x-coord for the pivot point (unchanged by the rotation)
py
The y-coord for the pivot point (unchanged by the rotation)

Remarks

Preconcat the current matrix with the specified rotation.

[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