SkiaSharp replacement for System.Windows.Media.Geometry #3045
Unanswered
alexey-leonovich
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I have a class where an icon path string (in WPF Path Markup Syntax) is passed to a constructor and is converted to
System.Windows.Media.Geometry
viaSystem.Windows.Media.Geometry.Parse(iconPathString);
Now that class has to become cross-platform (
.netstandard20
). I foundSKPath.ParseSvgPathData(String)
method. I have 2 questions:System.Windows.Media.Geometry
?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions