Android.Renderscripts.Allocation.Copy2DRangeFrom Method
Copy a Android.Graphics.Bitmap into an Allocation.

Syntax

[Android.Runtime.Register("copy2DRangeFrom", "(IILandroid/graphics/Bitmap;)V", "GetCopy2DRangeFrom_IILandroid_graphics_Bitmap_Handler")]
public virtual void Copy2DRangeFrom (int xoff, int yoff, Android.Graphics.Bitmap data)

Parameters

xoff
X offset of the region to update in this Allocation
yoff
Y offset of the region to update in this Allocation
data
the Bitmap to be copied

Remarks

Copy a Android.Graphics.Bitmap into an Allocation. The height and width of the update will use the height and width of the Android.Graphics.Bitmap.

[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