Android.Media.ThumbnailUtils.ExtractThumbnail Method
Creates a centered bitmap of the desired size.

Syntax

[Android.Runtime.Register("extractThumbnail", "(Landroid/graphics/Bitmap;II)Landroid/graphics/Bitmap;", "")]
public static Android.Graphics.Bitmap ExtractThumbnail (Android.Graphics.Bitmap source, int width, int height)

Parameters

source
original bitmap source
width
targeted width
height
targeted height

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a centered bitmap of the desired size.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8