❔ convert to svg image
when i try to create a svg element for the image and run it i get a error code that looks like this.
Severity Code Description Project File Line Suppression State
Error CS1729 'SvgImage' does not contain a constructor that takes 1 arguments Converter
4 Replies
As it says, SvgImage does not have a constructor that takes 1 argument
I suggest you read the errors 😛
Hmm, maybe there's some function inside of that class that allows you to convert it (like a static class) rather than a non-static class
Which is how you're tying to use it
You can always read the documentation
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.