ColorSpaceTransform.GetElement(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.
Get an element of this matrix by its row and column.
[Android.Runtime.Register("getElement", "(II)Landroid/util/Rational;", "")]
public Android.Util.Rational? GetElement (int column, int row);
[<Android.Runtime.Register("getElement", "(II)Landroid/util/Rational;", "")>]
member this.GetElement : int * int -> Android.Util.Rational
Parameters
- column
- Int32
- row
- Int32
Returns
element (non-null
)
- Attributes
Exceptions
if column or row was out of range
Remarks
Get an element of this matrix by its row and column.
The rows must be within the range [0, 3), and the column must be within the range [0, 3).
Java documentation for android.hardware.camera2.params.ColorSpaceTransform.getElement(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.