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

Syntax

[Android.Runtime.Register("scale", "(FF)V", "GetScale_FFHandler")]
public virtual void Scale (float sx, float sy)

Parameters

sx
The amount to scale in X
sy
The amount to scale in Y

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