I am attempting to use/convert the SKBitmap image as/to an ImageSource object in order to use the aforementioned image in a Button by assignment to its ImageSource property but, for the life of me, cannot figure out how to convert an SKBitmap object to an ImageSource.
Searching the web only yielded the articles/issues on converting an ImageSource to SKBitmap but not the converse.
Thanks in advance.