- bitmap
- The bitmap to copy the content of the surface texture into, cannot be null, all configurations are supported
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalStateException if the hardware rendering context cannot be acquired to capture the bitmap
Copies the content of this view's surface texture into the specified bitmap. If the surface texture is not available, the copy is not executed. The content of the surface texture will be scaled to fit exactly inside the specified bitmap.
Do not invoke this method from a drawing method (TextureView.OnDraw(Android.Graphics.Canvas) for instance).
If an error occurs, the bitmap is left unchanged.