Android.Graphics.Matrix.SetSkew Method
Set the matrix to skew by sx and sy, with a pivot point at (px, py).

Syntax

[Android.Runtime.Register("setSkew", "(FFFF)V", "GetSetSkew_FFFFHandler")]
public virtual void SetSkew (float kx, float ky, float px, float py)

Parameters

kx
Documentation for this section has not yet been entered.
ky
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 skew by sx and sy, 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