Android.Graphics.ColorMatrix.SetRotate Method
Set the rotation on a color axis by the specified values.

Syntax

[Android.Runtime.Register("setRotate", "(IF)V", "GetSetRotate_IFHandler")]
public virtual void SetRotate (int axis, float degrees)

Parameters

axis
Documentation for this section has not yet been entered.
degrees
Documentation for this section has not yet been entered.

Remarks

Set the rotation on a color axis by the specified values. axis=0 correspond to a rotation around the RED color axis=1 correspond to a rotation around the GREEN color axis=2 correspond to a rotation around the BLUE color

[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