Android.Graphics.Matrix.PostSkew Method
Postconcats the matrix with the specified skew.

Syntax

[Android.Runtime.Register("postSkew", "(FFFF)Z", "GetPostSkew_FFFFHandler")]
public virtual bool PostSkew (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.

Returns

Documentation for this section has not yet been entered.

Remarks

Postconcats the matrix with the specified skew. M' = K(kx, ky, 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