Extensions.ToBitmap 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
| Name | Description |
|---|---|
| ToBitmap(SKBitmap) |
Converts a SkiaSharp bitmap into a System.Drawing bitmap. |
| ToBitmap(SKImage) |
Converts a SkiaSharp image into a System.Drawing bitmap. |
| ToBitmap(SKPixmap) |
Converts a SkiaSharp pixmap into a System.Drawing bitmap. |
| ToBitmap(SKPicture, SKSizeI) |
Converts a SkiaSharp picture into a System.Drawing bitmap. |
ToBitmap(SKPicture, SKSizeI)
Converts a SkiaSharp picture into a System.Drawing bitmap.
public static System.Drawing.Bitmap ToBitmap(this SkiaSharp.SKPicture picture, SkiaSharp.SKSizeI dimensions);
Parameters
- picture
- SKPicture
The SkiaSharp picture.
- dimensions
- SKSizeI
The dimensions of the picture.
Returns
Returns a copy of the picture as a System.Drawing bitmap.