Deserialize IDrawingLine on server console application? #2133
-
Hi there, Well i created a .net 8 project and added the CommunityToolkit.Maui package to use the Well my question now ist: Is it possible to use the CommunityToolkit.Maui.DrawingView in a .net 8 console application to create an image of IDrawingLine enumerable?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
newtonsoft.json serializes the idrawinglines like this:
|
Beta Was this translation helpful? Give feedback.
-
Does |
Beta Was this translation helpful? Give feedback.
-
Closed as Answered. |
Beta Was this translation helpful? Give feedback.
We don't provide any support for .NET 8.0. You would need to translate the deserialised lines into an image yourself. You could use something like ImageSharp or SkiaSharp to handle that