zoom in/out images in c#

故事扮演 提交于 2019-12-02 23:30:07

问题


Any one know the corresponding C# code of this


回答1:


Yes, I do. Are you asking for someone on here to translate that entire VB.NET project into C# for you? That isn't likely to happen for free.

Instead, might I suggest that you try an automated conversion tool, like this one, or this other one?

But really, any competent C# programmer should be able to translate VB.NET code into C# with a little bit of effort. The only thing that's changed is the syntax; the underlying methods are all exactly the same. Anyone who assumes experience with the .NET Framework should be fluent in either language.




回答2:


Use this post: https://stackoverflow.com/questions/756590/good-way-to-convert-vb-net-to-c



来源:https://stackoverflow.com/questions/5947942/zoom-in-out-images-in-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!