AndroidExtensions.ToBitmap Method
Definition
Overloads
ToBitmap(SKBitmap) |
Converts a SkiaSharp bitmap into a Xamarin.Android bitmap. |
ToBitmap(SKImage) |
Converts a SkiaSharp image into a Xamarin.Android bitmap. |
ToBitmap(SKPixmap) |
Converts a SkiaSharp pixmap into a Xamarin.Android bitmap. |
ToBitmap(SKPicture, SKSizeI) |
Converts a SkiaSharp picture into a Xamarin.Android bitmap. |
ToBitmap(SKBitmap)
ToBitmap(SKImage)
ToBitmap(SKPixmap)
ToBitmap(SKPicture, SKSizeI)
Converts a SkiaSharp picture into a Xamarin.Android bitmap.
public static Android.Graphics.Bitmap ToBitmap (this SkiaSharp.SKPicture skiaPicture, SkiaSharp.SKSizeI dimensions);
Parameters
- skiaPicture
- SKPicture
The SkiaSharp picture.
- dimensions
- SKSizeI
The dimensions of the picture.
Returns
Returns a copy of the picture as a Xamarin.Android bitmap.