views:

238

answers:

2

Hello everybody

I want to write a utility that it works like Adobe Photoshop. if you work with this product, you meet a capability that we able to create a new layer and modify it easily. now i should write a code that draw a shape in run-time and insert several other shape with own Right-Click options.

I don't want specifically it, it should create a simple shape(it's a symbole e.g AND Gate) and control it.

what is your opinion?

OoOo, it written in C# 3.5

thanks in advance.

+6  A: 

Paint.NET is an Open Source Photoshop-like program with layers written in C#.

http://www.getpaint.net

You may want to start by looking there at the app and source code for ideas. You will also want to decide if you are creating vector-based or bitmap-based image editing app.

Good luck.

Nissan Fan
I don't want specifically it, it should create a simple shape(it's a symbole e.g AND Gate) and control it.
meysam_pro
Take a look at http://www.easydiagram.net/. It's an open source diagram control for .NET. It may give you some of what you're looking for as well.
Nissan Fan
Paint.Net is not open source. Check thier site.
Neil N
Yes it is. Open source means anyone can use the source code, but it doesn't mean anyone can contribute to it.
Nissan Fan
@Nissan Fan: Paint.Net has not shared it source code in a few years now. CHECK THE SITE
Neil N
A: 

I use usually Gimp. It is good programm for free:-)

Marcos