iOSExtensions.ToSKPixmap(UIImage, 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 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.