Activity.OnCreateThumbnail(Bitmap, Canvas) 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.
This member is deprecated.
[Android.Runtime.Register("onCreateThumbnail", "(Landroid/graphics/Bitmap;Landroid/graphics/Canvas;)Z", "GetOnCreateThumbnail_Landroid_graphics_Bitmap_Landroid_graphics_Canvas_Handler")]
public virtual bool OnCreateThumbnail (Android.Graphics.Bitmap? outBitmap, Android.Graphics.Canvas? canvas);
[<Android.Runtime.Register("onCreateThumbnail", "(Landroid/graphics/Bitmap;Landroid/graphics/Canvas;)Z", "GetOnCreateThumbnail_Landroid_graphics_Bitmap_Landroid_graphics_Canvas_Handler")>]
abstract member OnCreateThumbnail : Android.Graphics.Bitmap * Android.Graphics.Canvas -> bool
override this.OnCreateThumbnail : Android.Graphics.Bitmap * Android.Graphics.Canvas -> bool
Parameters
- outBitmap
- Bitmap
The bitmap to contain the thumbnail.
- canvas
- Canvas
Can be used to render into the bitmap.
Returns
- Attributes
Remarks
This member is deprecated. Method doesn't do anything and will be removed in the future.
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.