Android.Renderscripts.Matrix3f.Scale Method
Modifies the upper 2x2 of the current matrix by post-multiplying it with a scale matrix of given dimensions

Syntax

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

Parameters

x
scale component x
y
scale component y

Remarks

Modifies the upper 2x2 of the current matrix by post-multiplying it with a scale matrix of given dimensions

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11