Edit

Share via


ISKPixmapImageSource Interface

Definition

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

public interface ISKPixmapImageSource : Microsoft.Maui.IImageSource
Derived
Implements

Remarks

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

Properties

Name Description
Pixmap

Gets the underlying SkiaSharp pixmap.

Applies to