Table of Contents

Method ToSkia

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

ToSkia(Image, bool)

Creates SKBitmap from Image.

public static SKBitmap ToSkia(Image bitmap, bool assignPixels = true)

Parameters

bitmap Image

SKBitmap with image data.

assignPixels bool

Whether to assign pixel data to the result image. Optional. Default is true

Returns

SKBitmap