Matrix44.Get(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value at the matrix's row and column.
[Android.Runtime.Register("get", "(II)F", "GetGet_IIHandler", ApiSince=35)]
public virtual float Get (int row, int col);
[<Android.Runtime.Register("get", "(II)F", "GetGet_IIHandler", ApiSince=35)>]
abstract member Get : int * int -> single
override this.Get : int * int -> single
Parameters
- row
- Int32
An integer from 0 to 3 indicating the row of the value to get
- col
- Int32
An integer from 0 to 3 indicating the column of the value to get
Returns
- Attributes
Remarks
Gets the value at the matrix's row and column.
Java documentation for android.graphics.Matrix44.get(int, int)
.
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.