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

Syntax

[Android.Runtime.Register("copyTo", "([S)V", "GetCopyTo_arraySHandler")]
public virtual void CopyTo (short[] d)

Parameters

d
The array to be set from the Allocation.

Remarks

Copy from the Allocation into a short array. The array must be at least as large as the Allocation. The allocation must be of an 16 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