Share via


Matrix44.Set(Int32, Int32, Single) Method

Definition

Sets the value at the matrix's row and column to the provided value.

[Android.Runtime.Register("set", "(IIF)V", "GetSet_IIFHandler", ApiSince=35)]
public virtual void Set (int row, int col, float val);
[<Android.Runtime.Register("set", "(IIF)V", "GetSet_IIFHandler", ApiSince=35)>]
abstract member Set : int * int * single -> unit
override this.Set : int * int * single -> unit

Parameters

row
Int32

An integer from 0 to 3 indicating the row of the value to change

col
Int32

An integer from 0 to 3 indicating the column of the value to change

val
Single

The value the element at the specified index will be set to

Attributes

Remarks

Sets the value at the matrix's row and column to the provided value.

Java documentation for android.graphics.Matrix44.set(int, int, 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