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

Syntax

[Android.Runtime.Register("copy1DRangeFrom", "(IILjava/lang/Object;)V", "GetCopy1DRangeFrom_IILjava_lang_Object_Handler")]
public virtual void Copy1DRangeFrom (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 variant is type checked and will generate exceptions if the Allocation type does not match the component type of the array passed in.

[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