This example demonstrates how to obtain an IReadWriteBitmapData
instance for the SKBitmap
class in a Xamarin application and perform various operations on it.
ℹ️ Note: This example references only the technology-agnostic
KGySoft.Drawing.Core
package so it also demonstrates how to obtain a bitmap data for a 3rd party bitmap implementation without dedicated support. See the SkiaSharp specific solutions for MAUI or WPF for examples that support the wide range of possible pixel formats of theSKBitmap
type.
The KGy SOFT Drawing Xamarin Example App running on Windows 11
The KGy SOFT Drawing Xamarin Example App running on Android Phone