C# API
-
how to develope a project (image processing ) in c# ?????????? What APi are neccessary in developing the project?????????????
-
how to develope a project (image processing ) in c# ?????????? What APi are neccessary in developing the project?????????????
C# is a language built on the .Net framework. The .Net framework gives you built in wrappers around most of the windows APIs. The only requirement for programing in .Net is a suitable IDE such as Visual Studio. Advanced programing can take advantage of any available API via the built in Interop services. I suggest you start by learning how to program in .Net before launching into a big project like Image processing.
If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) www.JacksonSoft.co.uk
-
how to develope a project (image processing ) in c# ?????????? What APi are neccessary in developing the project?????????????
rizwana rashid wrote:
how to develope a project (image processing ) in c# ?????????? What APi are neccessary in developing the project?????????????
Well, that depends. As you are doing graphics processing, you could choose from GDI+, DirectX or OpenGL. If you're working with WinForms, do GDI+ - if it's WPF, take a look at DirectX. Have a look at the image processing articles by Christian Graus to get some ideas.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.