Android.Graphics.Matrix.SetSinCos Method
Set the matrix to rotate by the specified sine and cosine values, with a pivot point at (px, py).

Syntax

[Android.Runtime.Register("setSinCos", "(FFFF)V", "GetSetSinCos_FFFFHandler")]
public virtual void SetSinCos (float sinValue, float cosValue, float px, float py)

Parameters

sinValue
Documentation for this section has not yet been entered.
cosValue
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 sine and cosine values, 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