Android.Renderscripts.Matrix3f.LoadScale Method
Makes the upper 2x2 a scale matrix of given dimensions

Syntax

[Android.Runtime.Register("loadScale", "(FF)V", "GetLoadScale_FFHandler")]
public virtual void LoadScale (float x, float y)

Parameters

x
scale component x
y
scale component y

Remarks

Makes the upper 2x2 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