Android.Hardware.Camera2.Params.RggbChannelVector.CopyTo Method
Copy the vector into the destination in the order [R, Geven, Godd, B].

Syntax

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

Parameters

destination
an array big enough to hold at least RggbChannelVector.Count 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 vector into the destination in the order [R, Geven, Godd, B].

[Android Documentation]

Requirements

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