Android.Graphics.Matrix.PostRotate Method
Postconcats the matrix with the specified rotation.

Syntax

[Android.Runtime.Register("postRotate", "(FFF)Z", "GetPostRotate_FFFHandler")]
public virtual bool PostRotate (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.

Returns

Documentation for this section has not yet been entered.

Remarks

Postconcats the matrix with the specified rotation. M' = R(degrees, px, py) * M

[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