You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to support loading an existing Bitmap / IImage if we have it? We're in a sort of unique scenario of having some images coming from remote URLs and some coming as raw bytes over websocket which we create Bitmap with. We've already created several derivative control templates with AdvancedImage and it feels like it would be messy to do some control switching with the original Image control to support this.
Perhaps making setting the CurrentImage property settable? Thanks for the library by the way, has been very helpful.
The text was updated successfully, but these errors were encountered:
Is it possible to support loading an existing
Bitmap
/IImage
if we have it? We're in a sort of unique scenario of having some images coming from remote URLs and some coming as raw bytes over websocket which we createBitmap
with. We've already created several derivative control templates withAdvancedImage
and it feels like it would be messy to do some control switching with the originalImage
control to support this.Perhaps making setting the
CurrentImage
property settable? Thanks for the library by the way, has been very helpful.The text was updated successfully, but these errors were encountered: