Copy part of an Allocation into this Allocation.
Syntax
[Android.Runtime.Register("copy1DRangeFrom", "(IILandroid/renderscript/Allocation;I)V", "GetCopy1DRangeFrom_IILandroid_renderscript_Allocation_IHandler")]
public virtual
void Copy1DRangeFrom (
int off,
int count,
Allocation data,
int dataOff)
Parameters
- off
- The offset of the first element to be copied.
- count
- The number of elements to be copied.
- data
- the source data allocation.
- dataOff
- off The offset of the first element in data to
be copied.
Remarks
Requirements
Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14