I would like to make a control that displays an image that is rendered by Skiasharp. The image source needs to be bindable in Xaml. There are several ways to pull bitmaps into Skia shown at https://developer.xamarin.com/guides/xamarin-forms/advanced/skiasharp/basics/bitmaps/. However, I haven't found anything that would integrate with Xamarin Forms.
What is the right way to load an image in this context?