Matrix2f.LoadScale(Single, Single) Method

Definition

Sets current values to be a scale matrix of given dimensions

[Android.Runtime.Register("loadScale", "(FF)V", "GetLoadScale_FFHandler")]
public virtual void LoadScale (float x, float y);
[<Android.Runtime.Register("loadScale", "(FF)V", "GetLoadScale_FFHandler")>]
abstract member LoadScale : single * single -> unit
override this.LoadScale : single * single -> unit

Parameters

x
Single

scale component x

y
Single

scale component y

Attributes

Remarks

Sets current values to be a scale matrix of given dimensions

Java documentation for android.renderscript.Matrix2f.loadScale(float, float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to