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

Syntax

[Android.Runtime.Register("copy1DRangeFromUnchecked", "(II[F)V", "GetCopy1DRangeFromUnchecked_IIarrayFHandler")]
public virtual void Copy1DRangeFromUnchecked (int off, int count, float[] d)

Parameters

off
The offset of the first element to be copied.
count
The number of elements to be copied.
d
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