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

Syntax

[Android.Runtime.Register("copyFromUnchecked", "([S)V", "GetCopyFromUnchecked_arraySHandler")]
public virtual void CopyFromUnchecked (short[] d)

Parameters

d
the source data array

Remarks

Copy into this Allocation from an array. This method does not guarantee that the Allocation is compatible with the input buffer; it copies memory without reinterpretation.

[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