This repository was archived by the owner on May 1, 2024. It is now read-only.
Replies: 1 comment 5 replies
-
can you use system.drawinng in xamarin.forms? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Announcement here: https://github.com/dotnet/designs/blob/main/accepted/2021/system-drawing-win-only/system-drawing-win-only.md
What effect will this have on Xamarin projects?
With .net Maui and Xamarin moving to use .Net 6 libraries, will we therefore lose support for System.Drawing.* namespaces?
Currently I'm using System.Drawing.Color and System.Drawing.Image, do I need to migrate away from using these?
It also seems that Xamarin.Forms itself uses the System.Drawing.* namespace.
Beta Was this translation helpful? Give feedback.
All reactions