Activity.OnCreateThumbnail(Bitmap, Canvas) Method

Definition

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.

Java documentation for android.app.Activity.onCreateThumbnail(android.graphics.Bitmap, android.graphics.Canvas).

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.

Applies to

See also