Android.Graphics.Canvas.Scale Method
Preconcat the current matrix with the specified scale.

Syntax

[Android.Runtime.Register("scale", "(FFFF)V", "")]
public void Scale (float sx, float sy, float px, float py)

Parameters

sx
The amount to scale in X
sy
The amount to scale in Y
px
The x-coord for the pivot point (unchanged by the scale)
py
The y-coord for the pivot point (unchanged by the scale)

Remarks

Preconcat the current matrix with the specified scale.

[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