Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. C# API

C# API

Scheduled Pinned Locked Moved C#
csharpjsontutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rizwana rashid
    wrote on last edited by
    #1

    how to develope a project (image processing ) in c# ?????????? What APi are neccessary in developing the project?????????????

    T P 2 Replies Last reply
    0
    • R rizwana rashid

      how to develope a project (image processing ) in c# ?????????? What APi are neccessary in developing the project?????????????

      T Offline
      T Offline
      The Man from U N C L E
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • R rizwana rashid

        how to develope a project (image processing ) in c# ?????????? What APi are neccessary in developing the project?????????????

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #3

        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.

        My blog | My articles | MoXAML PowerToys | Onyx

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups