Bitmap Manipulation

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
 
C

Cuyler

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
 
M

Macca

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top