ISKPixmapImageSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |