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

Syntax

[Android.Runtime.Register("setScale", "(FFFF)V", "GetSetScale_FFFFHandler")]
public virtual void SetScale (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.

Remarks

Set the matrix to scale 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