Question : What's the story for System.Drawing? #112
Replies: 5 comments
-
Xamarin.Forms will have drawing implemented, so MAUI will get it too. |
Beta Was this translation helpful? Give feedback.
-
Thanks @Happypig375 for pointing out the specs. Its definitely helpful. From I hope I understand correctly that "Shapes is exposed using the native APIs on each platform." |
Beta Was this translation helpful? Give feedback.
-
Yes. You can read from https://github.com/xamarin/Xamarin.Forms/pull/9218/files#diff-8cc5e2c00ad0b92522a2ef3076e05e17 onwards. |
Beta Was this translation helpful? Give feedback.
-
Related: #110 |
Beta Was this translation helpful? Give feedback.
-
Taking a step further. How about Canvas? |
Beta Was this translation helpful? Give feedback.
-
Will MAUI have System.Drawing?
We have an UWP application that requires System.Drawing. Moving to MAUI, should we plan for native drawing for each platform, evaluate library such as SkiaSharp, or assume we will get some kind of standardize System.Maui.Drawing library? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions