Android.Renderscripts.Allocation.CopyTo Method
Copy from the Allocation into a int array.

Syntax

[Android.Runtime.Register("copyTo", "([I)V", "GetCopyTo_arrayIHandler")]
public virtual void CopyTo (int[] d)

Parameters

d
The array to be set from the Allocation.

Remarks

Copy from the Allocation into a int array. The array must be at least as large as the Allocation. The allocation must be of an 32 bit integer Android.Renderscripts.Element type.

[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