I made a library which used c# GDI+.
And now I want it can be reference and use by any other program language(such as java/c++)
But I don't want to rewrite it by each program language. It is there any way for me only code once by c# and can be use to any other program language?
Thank you.