Android.Renderscripts.Allocation.CopyFrom Method
Copy into this Allocation from an array.

Syntax

[Android.Runtime.Register("copyFrom", "([S)V", "GetCopyFrom_arraySHandler")]
public virtual void CopyFrom (short[] d)

Parameters

d
the source data array

Remarks

Copy into this Allocation from an array. This variant is type checked and will generate exceptions if the Allocation's Android.Renderscripts.Element is not a 16 bit integer 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