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
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1