MacExtensions.ToSKPixmap(NSImage, SKPixmap) 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.
Converts an AppKit image into a SkiaSharp pixmap.
public static bool ToSKPixmap(this AppKit.NSImage nsImage, SkiaSharp.SKPixmap pixmap);
Parameters
- nsImage
- NSImage
The AppKit image.
- pixmap
- SKPixmap
The SkiaSharp pixmap to hold the copy of the image data.
Returns
Returns true if the copy was successful; otherwise, false.