Android.Hardware.Camera2.Params.BlackLevelPattern.CopyTo Method
Copy the ColorChannel offsets into the destination vector.

Syntax

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

Parameters

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

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the offset is invalid.
Java.Lang.ArrayIndexOutOfBoundsExceptionif the destination vector is too small.
Java.Lang.NullPointerExceptionif the destination is null.

Remarks

Copy the ColorChannel offsets into the destination vector.

Offsets are given in row-column scan order for a given 2x2 color pattern.

[Android Documentation]

Requirements

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