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

Syntax

[Android.Runtime.Register("scale", "(FFF)V", "GetScale_FFFHandler")]
public virtual void Scale (float x, float y, float z)

Parameters

x
scale component x
y
scale component y
z
scale component z

Remarks

Modifies 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