Android.Renderscripts.Allocation.CopyTo Method
Copy from the Allocation into a Android.Graphics.Bitmap.

Syntax

[Android.Runtime.Register("copyTo", "(Landroid/graphics/Bitmap;)V", "GetCopyTo_Landroid_graphics_Bitmap_Handler")]
public virtual void CopyTo (Android.Graphics.Bitmap b)

Parameters

b
The bitmap to be set from the Allocation.

Remarks

Copy from the Allocation into a Android.Graphics.Bitmap. The bitmap must match the dimensions of the Allocation.

[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