How I can display mathematical formulas in C# Windows Forms like this from image?
Asked
Active
Viewed 867 times
-3
-
1Did you even try **anything**? Just a second of searching lead me to this, e.g.: https://stackoverflow.com/questions/8899204/how-to-render-a-formula-in-wpf-or-winforms – MakePeaceGreatAgain Oct 07 '20 at 11:13
-
I have already checked that but I didn't find any that can be used as library – Albert Oct 07 '20 at 11:15
-
1The top answer lists a number of libraries. – Captain Kenpachi Oct 07 '20 at 11:19
1 Answers
1
There are some existing packages in .Net like:
https://github.com/verybadcat/CSharpMath
https://github.com/ForNeVeR/wpf-math
http://www.forkosh.com/mathtex.html
Just do a quick google for 'C# package to draw math formulas' and u will find plenty of them

Felipe Torres
- 292
- 2
- 10