z4y4ts
z4y4ts

Reputation: 2685

WPF bitmap editor

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

Answers (2)

Matthias
Matthias

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

Mike LaSpina
Mike LaSpina

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

Related Questions