Share via


SkiaImage(SKBitmap) Constructor

Definition

Initializes a new instance of the SkiaImage class with the specified SkiaSharp bitmap.

public:
 SkiaImage(SkiaSharp::SKBitmap ^ image);
public SkiaImage(SkiaSharp.SKBitmap image);
new Microsoft.Maui.Graphics.Skia.SkiaImage : SkiaSharp.SKBitmap -> Microsoft.Maui.Graphics.Skia.SkiaImage
Public Sub New (image As SKBitmap)

Parameters

image
SKBitmap

The SkiaSharp bitmap to wrap.

Applies to