Copy from an array into a rectangular region in this Allocation.
Syntax
[Android.Runtime.Register("copy2DRangeFrom", "(IIIILjava/lang/Object;)V", "GetCopy2DRangeFrom_IIIILjava_lang_Object_Handler")]
public virtual
void Copy2DRangeFrom (
int xoff,
int yoff,
int w,
int h,
Java.Lang.Object array)
Parameters
- xoff
- X offset of the region to update in this Allocation
- yoff
- Y offset of the region to update in this Allocation
- w
- Width of the region to update
- h
- Height of the region to update
- array
- Data to be placed into the Allocation
Remarks
Requirements
Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11