ThumbnailUtils.ExtractThumbnailAsync 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.
Overloads
ExtractThumbnailAsync(Bitmap, Int32, Int32) | |
ExtractThumbnailAsync(Bitmap, Int32, Int32, ThumnailExtractOptions) |
ExtractThumbnailAsync(Bitmap, Int32, Int32)
public static System.Threading.Tasks.Task<Android.Graphics.Bitmap?> ExtractThumbnailAsync (Android.Graphics.Bitmap? source, int width, int height);
static member ExtractThumbnailAsync : Android.Graphics.Bitmap * int * int -> System.Threading.Tasks.Task<Android.Graphics.Bitmap>
Parameters
- source
- Bitmap
- width
- Int32
- height
- Int32
Returns
Remarks
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
ExtractThumbnailAsync(Bitmap, Int32, Int32, ThumnailExtractOptions)
public static System.Threading.Tasks.Task<Android.Graphics.Bitmap?> ExtractThumbnailAsync (Android.Graphics.Bitmap? source, int width, int height, Android.Media.ThumnailExtractOptions options);
static member ExtractThumbnailAsync : Android.Graphics.Bitmap * int * int * Android.Media.ThumnailExtractOptions -> System.Threading.Tasks.Task<Android.Graphics.Bitmap>
Parameters
- source
- Bitmap
- width
- Int32
- height
- Int32
- options
- ThumnailExtractOptions
Returns
Remarks
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.