Android.Renderscripts.Allocation.CopyTo Method
Copy from the Allocation into an array.

Syntax

[Android.Runtime.Register("copyTo", "(Ljava/lang/Object;)V", "GetCopyTo_Ljava_lang_Object_Handler")]
public virtual void CopyTo (Java.Lang.Object array)

Parameters

array
The array to be set from the Allocation.

Remarks

Copy from the Allocation into an array. The array must be at least as large as the Allocation. The Android.Renderscripts.Element must match the component type of the array passed in.

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11