Android.Graphics.Canvas.Skew Method
Preconcat the current matrix with the specified skew.

Syntax

[Android.Runtime.Register("skew", "(FF)V", "GetSkew_FFHandler")]
public virtual void Skew (float sx, float sy)

Parameters

sx
The amount to skew in X
sy
The amount to skew in Y

Remarks

Preconcat the current matrix with the specified skew.

[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