SyntaxFix
Write A Post
Hire A Developer
Questions
If you're using AForge.NET:
using(var croppedBitmap = new Crop(new Rectangle(10, 10, 10, 10)).Apply(bitmap)) { // ... }