CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2003
    Location
    egypt
    Posts
    56

    image processing in C#

    hello
    i want to know the available classes in C# related to images processing

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    check out Image, Bitmap, Region and their painting method.
    If you have a graphics object then you can literary do anything.
    if you really want some animation or something like that then you will need to checkout Microsoft site for DirectX.

    Paresh
    - Software Architect

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured