Bitmap Manipulation

  • Thread starter Thread starter Macca
  • Start date Start date
M

Macca

Hi,

I am writing a a C# application that needs to display a bitmap to the user
and allow the user to manipulate the bitmap. e.g, add edit bitmap, like in
an application such as photoshop or Corel Draw etc.

I'd like to know how i can achieve this in a C# application. I assume i
would have to embed a third party application in my C# application to allow
the user to edit the bitmap.

I'd appreciate any suggestions on how to get this to work,

Thanks In Advance,
Macca
 
No third party controls needed; However you will have some fun playing
with GDI+.

Here are some resources to get your started:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdic...

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csco...

http://msdn.microsoft.com/vcsharp/downloads/samples/23samples/ (Using
GDI+ with C# -- about mid page)

Also, if you are inclined to read a book, I believe that "Programming
Windows with C#" written by Charles Petzold is probably the most
exhausted resource available (his previous book "Programming Windows,
5th Edition" is known as "The Petzold" is also an excellent reference,
if a bit dated).

Hope that helps get you started in the right direction!

Cheers.

Cuyler
 
Hi Cuyler,

Thanks for the tips, however the first two links i get "Page Not Found".

If you find out what the links should be, let me know!

Cheers
Macca
 
Back
Top