Android.Graphics.Matrix.PostScale Method
Postconcats the matrix with the specified scale.

Syntax

[Android.Runtime.Register("postScale", "(FFFF)Z", "GetPostScale_FFFFHandler")]
public virtual bool PostScale (float sx, float sy, float px, float py)

Parameters

sx
Documentation for this section has not yet been entered.
sy
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 scale. M' = S(sx, sy, 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