MacExtensions.ToSKPixmap(NSImage, SKPixmap) Method

Definition

Converts a SkiaSharp pixmap into a AppKit image.

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