- b
- the source bitmap
Copy into an Allocation from a Android.Graphics.Bitmap. The height, width, and format of the bitmap must match the existing allocation.
If the Android.Graphics.Bitmap is the same as the Android.Graphics.Bitmap used to create the Allocation with Allocation.CreateFromBitmap(RenderScript, Android.Graphics.Bitmap) and Allocation.USAGE_SHARED is set on the Allocation, this will synchronize the Allocation with the latest data from the Android.Graphics.Bitmap, potentially avoiding the actual copy.