Search code examples
c#winforms.net-3.5paintpaint.net

Can i use Paint.NET API to embedd it in Winforms application?


I'm trying to let the use crop a selected area from picture in my winforms application and thought to embed the Paint.NET and limit its functions. I understand that Paint.NET API is unavailable.. I'll be happy to get recommendation for another tool i can use to crop images in Winforms application.

Thanx.


Solution

  • It sounds like your requirements are fairly simple, you might be able to roll your own image cropper using a PictureBox and a few mouse events. :)