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

Syntax

[Android.Runtime.Register("copyFromUnchecked", "(Ljava/lang/Object;)V", "GetCopyFromUnchecked_Ljava_lang_Object_Handler")]
public virtual void CopyFromUnchecked (Java.Lang.Object array)

Parameters

array
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