Reputation: 2685
Is there any opensource library/WPF Control that can act as bitmap editor (e.g. just like old good MS Paint)? Or some example for starting point?
To be clear — I'm looking for a library (or something), that can be used inside my application.
Any other ideas are wellcome.
Upvotes: 2
Views: 1809
Reputation: 12259
You could use an InkCanvas. It already comes with some built-in features.
Another possibility would be creating your own control based on a WriteableBitmap.
Upvotes: 1
Reputation: 420
Are you looking for a control to embed in your app or a good, free image editor to create artwork? If it's the later, try Paint.NET.
Upvotes: 0