Edit

Share via


ISKBitmapImageSource Interface

Definition

Defines the interface for an image source backed by an SKBitmap.

public interface ISKBitmapImageSource : Microsoft.Maui.IImageSource
Derived
Implements

Remarks

This interface is implemented by SKBitmapImageSource and used by image source handlers to convert SkiaSharp bitmaps to platform-native images.

Properties

Name Description
Bitmap

Gets the underlying SkiaSharp bitmap.

Applies to