Edit

iOSExtensions.ToSKPixmap(UIImage, SKPixmap) Method

Definition

Converts a SkiaSharp pixmap into a UIKit image.

public static bool ToSKPixmap(this UIKit.UIImage uiImage, SkiaSharp.SKPixmap pixmap);

Parameters

uiImage
UIImage

The UIKit 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