Method ToSkia
ToSkia(Image, bool)
public static SKBitmap ToSkia(Image bitmap, bool assignPixels = true)Parameters
- bitmapImage
- SKBitmap with image data. 
- assignPixelsbool
- Whether to assign pixel data to the result image. Optional. Default is true 
public static SKBitmap ToSkia(Image bitmap, bool assignPixels = true)bitmap ImageSKBitmap with image data.
assignPixels boolWhether to assign pixel data to the result image. Optional. Default is true