Android.Graphics.Matrix.PreSkew Method
Preconcats the matrix with the specified skew.

Syntax

[Android.Runtime.Register("preSkew", "(FFFF)Z", "GetPreSkew_FFFFHandler")]
public virtual bool PreSkew (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

Preconcats the matrix with the specified skew. M' = M * K(kx, ky, px, py)

[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