Android.Renderscripts.Allocation.Copy1DRangeFromUnchecked Method
Copy an array into part of this Allocation.

Syntax

[Android.Runtime.Register("copy1DRangeFromUnchecked", "(IILjava/lang/Object;)V", "GetCopy1DRangeFromUnchecked_IILjava_lang_Object_Handler")]
public virtual void Copy1DRangeFromUnchecked (int off, int count, Java.Lang.Object array)

Parameters

off
The offset of the first element to be copied.
count
The number of elements to be copied.
array
The source data array

Remarks

Copy an array into part of this Allocation. This method does not guarantee that the Allocation is compatible with the input buffer.

[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