Android.Renderscripts.Matrix3f.LoadScale Method
Sets current values to be a scale matrix of given dimensions

Syntax

[Android.Runtime.Register("loadScale", "(FFF)V", "GetLoadScale_FFFHandler")]
public virtual void LoadScale (float x, float y, float z)

Parameters

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

Remarks

Sets current values to be 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