-
Hi, In WPF we can do sth like this: using System.Windows.Media.Imaging;
...
var decoder = new IconBitmapDecoder(...);
... When I put this code into a WinUI3 app, the error occurs. My IDE said that there wasn't namespace of |
Beta Was this translation helpful? Give feedback.
Answered by
castorix
Jul 15, 2022
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
EFLKumo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is Windows.Graphics.Imaging.BitmapDecoder