ISKBitmapImageSource 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 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. |