Edit

MacExtensions.ToSKPixmap(NSImage, SKPixmap) Method

Definition

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.

Applies to