[Android.Runtime.Register("copyTo", "(Ljava/lang/Object;)V", "GetCopyTo_Ljava_lang_Object_Handler")] public virtual voidCopyTo (Java.Lang.Object array)
Parameters
array
The array to be set from the Allocation.
Remarks
Copy from the Allocation into an array. The array must be at
least as large as the Allocation. The
Android.Renderscripts.Element must match the component
type of the array passed in.