Android.Hardware.Camera2.Params.ColorSpaceTransform.CopyElements Method
Copy the Android.Util.Rational elements in row-major order from this matrix into the destination.

Syntax

[Android.Runtime.Register("copyElements", "([II)V", "")]
public void CopyElements (int[] destination, int offset)

See Also

ColorSpaceTransform(Int32[])

Parameters

destination
an array big enough to hold at least 18 elements after the offset
offset
a non-negative offset into the array

Exceptions

TypeReason
Java.Lang.NullPointerExceptionIf destination was null
Java.Lang.ArrayIndexOutOfBoundsExceptionIf there's not enough room to write the elements at the specified destination and offset.

Remarks

Copy the Android.Util.Rational elements in row-major order from this matrix into the destination.

Each element is stored as a contiguous rational packed as a (numerator, denominator) pair of ints, identical to the ColorSpaceTransform(Int32[]).

[Android Documentation]

Requirements

Namespace: Android.Hardware.Camera2.Params
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0