-3

How I can display mathematical formulas in C# Windows Forms like this from image? Formula

Fildor
  • 14,510
  • 4
  • 35
  • 67
Albert
  • 1
  • 3

1 Answers1

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