AppleExtensions.ToCGImage 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 |
|---|---|
| ToCGImage(SKBitmap) |
Converts a SkiaSharp bitmap into a CoreGraphics image. |
| ToCGImage(SKImage) |
Converts a SkiaSharp image into a CoreGraphics image. |
| ToCGImage(SKPixmap) |
Converts a SkiaSharp pixmap into a CoreGraphics image. |
| ToCGImage(SKPicture, SKSizeI) |
Converts a SkiaSharp picture into a CoreGraphics image. |
ToCGImage(SKPicture, SKSizeI)
Converts a SkiaSharp picture into a CoreGraphics image.
public static CoreGraphics.CGImage ToCGImage(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 CoreGraphics image.