PixelCopy.PixelCopyRequest.Builder.SetDestinationBitmap(Bitmap) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the output bitmap in which to store the result. By default, a Bitmap of format Bitmap.Config.ARGB_8888 with a width & height matching that of the source area will be created to place the result.
[Android.Runtime.Register("setDestinationBitmap", "(Landroid/graphics/Bitmap;)Landroid/view/PixelCopy$Request$Builder;", "", ApiSince=34)]
public Android.Views.PixelCopy.PixelCopyRequest.Builder SetDestinationBitmap(Android.Graphics.Bitmap? destination);
[<Android.Runtime.Register("setDestinationBitmap", "(Landroid/graphics/Bitmap;)Landroid/view/PixelCopy$Request$Builder;", "", ApiSince=34)>]
member this.SetDestinationBitmap : Android.Graphics.Bitmap -> Android.Views.PixelCopy.PixelCopyRequest.Builder
Parameters
- destination
- Bitmap
The Android.Graphics.Bitmap value used for destination.
Returns
The result of the set destination bitmap operation.
- Attributes
Remarks
For details, see the Android reference documentation for android.view.PixelCopy.Request.Builder.setDestinationBitmap.
Java documentation for android.view.PixelCopy.Request.Builder.setDestinationBitmap.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.