Copy a rectangular region from an Allocation into a rectangular region in
this Allocation.
Syntax
[Android.Runtime.Register("copy2DRangeFrom", "(IIIILandroid/renderscript/Allocation;II)V", "GetCopy2DRangeFrom_IIIILandroid_renderscript_Allocation_IIHandler")]
public virtual
void Copy2DRangeFrom (
int xoff,
int yoff,
int w,
int h,
Allocation data,
int dataXoff,
int dataYoff)
Parameters
- xoff
- X offset of the region in this Allocation
- yoff
- Y offset of the region in this Allocation
- w
- Width of the region to update.
- h
- Height of the region to update.
- data
- source Allocation.
- dataXoff
- X offset in source Allocation
- dataYoff
- Y offset in source Allocation
Remarks
Requirements
Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14